@assistant-ui/react-markdown 0.7.21 → 0.8.0
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/index.d.ts +0 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -18
- package/src/index.ts +0 -12
- package/dist/styles/markdown.css +0 -274
- package/dist/styles/markdown.css.map +0 -1
- package/dist/styles/tailwindcss/markdown.css +0 -106
- package/dist/styles/tailwindcss/markdown.css.json +0 -68
- package/dist/tailwindcss/index.d.ts +0 -9
- package/dist/tailwindcss/index.d.ts.map +0 -1
- package/dist/tailwindcss/index.js +0 -113
- package/dist/tailwindcss/index.js.map +0 -1
- package/dist/tailwindcss/index.mjs +0 -105
- package/dist/tailwindcss/index.mjs.map +0 -1
- package/dist/ui/code-header.d.ts +0 -4
- package/dist/ui/code-header.d.ts.map +0 -1
- package/dist/ui/code-header.js +0 -54
- package/dist/ui/code-header.js.map +0 -1
- package/dist/ui/code-header.mjs +0 -29
- package/dist/ui/code-header.mjs.map +0 -1
- package/dist/ui/markdown-text.d.ts +0 -4
- package/dist/ui/markdown-text.d.ts.map +0 -1
- package/dist/ui/markdown-text.js +0 -114
- package/dist/ui/markdown-text.js.map +0 -1
- package/dist/ui/markdown-text.mjs +0 -81
- package/dist/ui/markdown-text.mjs.map +0 -1
- package/dist/ui/useCopyToClipboard.d.ts +0 -11
- package/dist/ui/useCopyToClipboard.d.ts.map +0 -1
- package/dist/ui/useCopyToClipboard.js +0 -45
- package/dist/ui/useCopyToClipboard.js.map +0 -1
- package/dist/ui/useCopyToClipboard.mjs +0 -21
- package/dist/ui/useCopyToClipboard.mjs.map +0 -1
- package/src/styles/tailwindcss/markdown.css +0 -106
- package/src/tailwindcss/index.ts +0 -8
- package/src/ui/code-header.tsx +0 -32
- package/src/ui/markdown-text.tsx +0 -114
- package/src/ui/useCopyToClipboard.tsx +0 -26
- package/tailwindcss/README.md +0 -1
- package/tailwindcss/package-lock.json +0 -6
- package/tailwindcss/package.json +0 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
export { MarkdownTextPrimitive, type MarkdownTextPrimitiveProps, } from "./primitives/MarkdownText";
|
|
2
2
|
export type { CodeHeaderProps, SyntaxHighlighterProps, } from "./overrides/types";
|
|
3
3
|
export { useIsMarkdownCodeBlock } from "./overrides/PreOverride";
|
|
4
|
-
export {
|
|
5
|
-
/** @deprecated This export was moved to `@assistant-ui/react-ui`. Use the migration codemod to update your code, by running `npx assistant-ui upgrade`. */
|
|
6
|
-
makeMarkdownText,
|
|
7
|
-
/** @deprecated This export was moved to `@assistant-ui/react-ui`. Use the migration codemod to update your code, by running `npx assistant-ui upgrade`. */
|
|
8
|
-
type MakeMarkdownTextProps, } from "./ui/markdown-text";
|
|
9
|
-
/** @deprecated This export was moved to `@assistant-ui/react-ui`. Use the migration codemod to update your code, by running `npx assistant-ui upgrade`. */
|
|
10
|
-
export { CodeHeader } from "./ui/code-header";
|
|
11
4
|
export { memoizeMarkdownComponents as unstable_memoizeMarkdownComponents } from "./memoization";
|
|
12
5
|
//# 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":"AAAA,OAAO,EACL,qBAAqB,EACrB,KAAK,0BAA0B,GAChC,MAAM,2BAA2B,CAAC;AAEnC,YAAY,EACV,eAAe,EACf,sBAAsB,GACvB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,KAAK,0BAA0B,GAChC,MAAM,2BAA2B,CAAC;AAEnC,YAAY,EACV,eAAe,EACf,sBAAsB,GACvB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EAAE,yBAAyB,IAAI,kCAAkC,EAAE,MAAM,eAAe,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -20,23 +20,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// src/index.ts
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
|
-
CodeHeader: () => import_code_header.CodeHeader,
|
|
24
23
|
MarkdownTextPrimitive: () => import_MarkdownText.MarkdownTextPrimitive,
|
|
25
|
-
makeMarkdownText: () => import_markdown_text.makeMarkdownText,
|
|
26
24
|
unstable_memoizeMarkdownComponents: () => import_memoization.memoizeMarkdownComponents,
|
|
27
25
|
useIsMarkdownCodeBlock: () => import_PreOverride.useIsMarkdownCodeBlock
|
|
28
26
|
});
|
|
29
27
|
module.exports = __toCommonJS(index_exports);
|
|
30
28
|
var import_MarkdownText = require("./primitives/MarkdownText.js");
|
|
31
29
|
var import_PreOverride = require("./overrides/PreOverride.js");
|
|
32
|
-
var import_markdown_text = require("./ui/markdown-text.js");
|
|
33
|
-
var import_code_header = require("./ui/code-header.js");
|
|
34
30
|
var import_memoization = require("./memoization.js");
|
|
35
31
|
// Annotate the CommonJS export names for ESM import in node:
|
|
36
32
|
0 && (module.exports = {
|
|
37
|
-
CodeHeader,
|
|
38
33
|
MarkdownTextPrimitive,
|
|
39
|
-
makeMarkdownText,
|
|
40
34
|
unstable_memoizeMarkdownComponents,
|
|
41
35
|
useIsMarkdownCodeBlock
|
|
42
36
|
});
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export {\n MarkdownTextPrimitive,\n type MarkdownTextPrimitiveProps,\n} from \"./primitives/MarkdownText\";\n\nexport type {\n CodeHeaderProps,\n SyntaxHighlighterProps,\n} from \"./overrides/types\";\n\nexport { useIsMarkdownCodeBlock } from \"./overrides/PreOverride\";\
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export {\n MarkdownTextPrimitive,\n type MarkdownTextPrimitiveProps,\n} from \"./primitives/MarkdownText\";\n\nexport type {\n CodeHeaderProps,\n SyntaxHighlighterProps,\n} from \"./overrides/types\";\n\nexport { useIsMarkdownCodeBlock } from \"./overrides/PreOverride\";\nexport { memoizeMarkdownComponents as unstable_memoizeMarkdownComponents } from \"./memoization\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAGO;AAOP,yBAAuC;AACvC,yBAAgF;","names":[]}
|
package/dist/index.mjs
CHANGED
|
@@ -3,15 +3,9 @@ import {
|
|
|
3
3
|
MarkdownTextPrimitive
|
|
4
4
|
} from "./primitives/MarkdownText.mjs";
|
|
5
5
|
import { useIsMarkdownCodeBlock } from "./overrides/PreOverride.mjs";
|
|
6
|
-
import {
|
|
7
|
-
makeMarkdownText
|
|
8
|
-
} from "./ui/markdown-text.mjs";
|
|
9
|
-
import { CodeHeader } from "./ui/code-header.mjs";
|
|
10
6
|
import { memoizeMarkdownComponents } from "./memoization.mjs";
|
|
11
7
|
export {
|
|
12
|
-
CodeHeader,
|
|
13
8
|
MarkdownTextPrimitive,
|
|
14
|
-
makeMarkdownText,
|
|
15
9
|
memoizeMarkdownComponents as unstable_memoizeMarkdownComponents,
|
|
16
10
|
useIsMarkdownCodeBlock
|
|
17
11
|
};
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export {\n MarkdownTextPrimitive,\n type MarkdownTextPrimitiveProps,\n} from \"./primitives/MarkdownText\";\n\nexport type {\n CodeHeaderProps,\n SyntaxHighlighterProps,\n} from \"./overrides/types\";\n\nexport { useIsMarkdownCodeBlock } from \"./overrides/PreOverride\";\
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export {\n MarkdownTextPrimitive,\n type MarkdownTextPrimitiveProps,\n} from \"./primitives/MarkdownText\";\n\nexport type {\n CodeHeaderProps,\n SyntaxHighlighterProps,\n} from \"./overrides/types\";\n\nexport { useIsMarkdownCodeBlock } from \"./overrides/PreOverride\";\nexport { memoizeMarkdownComponents as unstable_memoizeMarkdownComponents } from \"./memoization\";\n"],"mappings":";AAAA;AAAA,EACE;AAAA,OAEK;AAOP,SAAS,8BAA8B;AACvC,SAAsC,iCAA0C;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assistant-ui/react-markdown",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -8,16 +8,8 @@
|
|
|
8
8
|
"import": "./dist/index.mjs",
|
|
9
9
|
"require": "./dist/index.js"
|
|
10
10
|
},
|
|
11
|
-
"./tailwindcss": {
|
|
12
|
-
"types": "./dist/tailwindcss/index.d.ts",
|
|
13
|
-
"import": "./dist/tailwindcss/index.mjs",
|
|
14
|
-
"require": "./dist/tailwindcss/index.js"
|
|
15
|
-
},
|
|
16
11
|
"./styles/dot.css": {
|
|
17
12
|
"default": "./styles/dot.css"
|
|
18
|
-
},
|
|
19
|
-
"./styles/*": {
|
|
20
|
-
"default": "./dist/styles/*"
|
|
21
13
|
}
|
|
22
14
|
},
|
|
23
15
|
"source": "./src/index.ts",
|
|
@@ -26,7 +18,6 @@
|
|
|
26
18
|
"types": "./dist/index.d.ts",
|
|
27
19
|
"files": [
|
|
28
20
|
"dist",
|
|
29
|
-
"tailwindcss",
|
|
30
21
|
"src",
|
|
31
22
|
"styles",
|
|
32
23
|
"README.md"
|
|
@@ -37,11 +28,10 @@
|
|
|
37
28
|
"@radix-ui/react-use-callback-ref": "^1.1.0",
|
|
38
29
|
"@types/hast": "^3.0.4",
|
|
39
30
|
"classnames": "^2.5.1",
|
|
40
|
-
"lucide-react": "^0.475.0",
|
|
41
31
|
"react-markdown": "^9.0.3"
|
|
42
32
|
},
|
|
43
33
|
"peerDependencies": {
|
|
44
|
-
"@assistant-ui/react": "^0.
|
|
34
|
+
"@assistant-ui/react": "^0.8.0",
|
|
45
35
|
"@types/react": "*",
|
|
46
36
|
"react": "^18 || ^19 || ^19.0.0-rc"
|
|
47
37
|
},
|
|
@@ -52,18 +42,13 @@
|
|
|
52
42
|
},
|
|
53
43
|
"devDependencies": {
|
|
54
44
|
"@types/node": "^22.13.1",
|
|
55
|
-
"autoprefixer": "^10.4.20",
|
|
56
45
|
"eslint": "^9",
|
|
57
46
|
"eslint-config-next": "15.1.6",
|
|
58
|
-
"postcss": "^8.5.1",
|
|
59
47
|
"react": "19.0.0",
|
|
60
48
|
"react-dom": "19.0.0",
|
|
61
|
-
"tailwindcss": "^3.4.17",
|
|
62
|
-
"tailwindcss-animate": "^1.0.7",
|
|
63
49
|
"tsx": "^4.19.2",
|
|
64
|
-
"@assistant-ui/react": "0.7.88",
|
|
65
|
-
"@assistant-ui/tailwindcss-transformer": "0.1.0",
|
|
66
50
|
"@assistant-ui/tsbuildutils": "^0.0.1",
|
|
51
|
+
"@assistant-ui/react": "0.8.0",
|
|
67
52
|
"@assistant-ui/tsconfig": "0.0.0"
|
|
68
53
|
},
|
|
69
54
|
"publishConfig": {
|
package/src/index.ts
CHANGED
|
@@ -9,16 +9,4 @@ export type {
|
|
|
9
9
|
} from "./overrides/types";
|
|
10
10
|
|
|
11
11
|
export { useIsMarkdownCodeBlock } from "./overrides/PreOverride";
|
|
12
|
-
|
|
13
|
-
export {
|
|
14
|
-
/** @deprecated This export was moved to `@assistant-ui/react-ui`. Use the migration codemod to update your code, by running `npx assistant-ui upgrade`. */
|
|
15
|
-
makeMarkdownText,
|
|
16
|
-
|
|
17
|
-
/** @deprecated This export was moved to `@assistant-ui/react-ui`. Use the migration codemod to update your code, by running `npx assistant-ui upgrade`. */
|
|
18
|
-
type MakeMarkdownTextProps,
|
|
19
|
-
} from "./ui/markdown-text";
|
|
20
|
-
|
|
21
|
-
/** @deprecated This export was moved to `@assistant-ui/react-ui`. Use the migration codemod to update your code, by running `npx assistant-ui upgrade`. */
|
|
22
|
-
export { CodeHeader } from "./ui/code-header";
|
|
23
|
-
|
|
24
12
|
export { memoizeMarkdownComponents as unstable_memoizeMarkdownComponents } from "./memoization";
|
package/dist/styles/markdown.css
DELETED
|
@@ -1,274 +0,0 @@
|
|
|
1
|
-
/* src/styles/tailwindcss/markdown.css */
|
|
2
|
-
@keyframes aui-pulse {
|
|
3
|
-
50% {
|
|
4
|
-
opacity: .5;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
:where(.aui-md-running):empty::after,
|
|
8
|
-
:where(.aui-md-running) > :where(:not(ol):not(ul):not(pre)):last-child::after,
|
|
9
|
-
:where(.aui-md-running) > pre:last-child code::after,
|
|
10
|
-
:where(.aui-md-running) > :where(:is(ol, ul):last-child) > :where(li:last-child:not(:has(* > li)))::after,
|
|
11
|
-
:where(.aui-md-running) > :where(:is(ol, ul):last-child) > :where(li:last-child) > :where(:is(ol, ul):last-child) > :where(li:last-child:not(:has(* > li)))::after,
|
|
12
|
-
:where(.aui-md-running) > :where(:is(ol, ul):last-child) > :where(li:last-child) > :where(:is(ol, ul):last-child) > :where(li:last-child) > :where(:is(ol, ul):last-child) > :where(li:last-child)::after {
|
|
13
|
-
animation: aui-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
14
|
-
font-family:
|
|
15
|
-
ui-sans-serif,
|
|
16
|
-
system-ui,
|
|
17
|
-
sans-serif,
|
|
18
|
-
"Apple Color Emoji",
|
|
19
|
-
"Segoe UI Emoji",
|
|
20
|
-
"Segoe UI Symbol",
|
|
21
|
-
"Noto Color Emoji";
|
|
22
|
-
--aui-content: "\25cf";
|
|
23
|
-
content: var(--aui-content);
|
|
24
|
-
}
|
|
25
|
-
:where(.aui-md-running):empty:where([dir=ltr], [dir=ltr] *)::after,
|
|
26
|
-
:where(.aui-md-running) > :where(:not(ol):not(ul):not(pre)):last-child:where([dir=ltr], [dir=ltr] *)::after,
|
|
27
|
-
:where(.aui-md-running) > pre:last-child code:where([dir=ltr], [dir=ltr] *)::after,
|
|
28
|
-
:where(.aui-md-running) > :where(:is(ol, ul):last-child) > :where(li:last-child:not(:has(* > li))):where([dir=ltr], [dir=ltr] *)::after,
|
|
29
|
-
:where(.aui-md-running) > :where(:is(ol, ul):last-child) > :where(li:last-child) > :where(:is(ol, ul):last-child) > :where(li:last-child:not(:has(* > li))):where([dir=ltr], [dir=ltr] *)::after,
|
|
30
|
-
:where(.aui-md-running) > :where(:is(ol, ul):last-child) > :where(li:last-child) > :where(:is(ol, ul):last-child) > :where(li:last-child) > :where(:is(ol, ul):last-child) > :where(li:last-child):where([dir=ltr], [dir=ltr] *)::after {
|
|
31
|
-
margin-left: 0.25rem;
|
|
32
|
-
}
|
|
33
|
-
:where(.aui-md-running):empty:where([dir=rtl], [dir=rtl] *)::after,
|
|
34
|
-
:where(.aui-md-running) > :where(:not(ol):not(ul):not(pre)):last-child:where([dir=rtl], [dir=rtl] *)::after,
|
|
35
|
-
:where(.aui-md-running) > pre:last-child code:where([dir=rtl], [dir=rtl] *)::after,
|
|
36
|
-
:where(.aui-md-running) > :where(:is(ol, ul):last-child) > :where(li:last-child:not(:has(* > li))):where([dir=rtl], [dir=rtl] *)::after,
|
|
37
|
-
:where(.aui-md-running) > :where(:is(ol, ul):last-child) > :where(li:last-child) > :where(:is(ol, ul):last-child) > :where(li:last-child:not(:has(* > li))):where([dir=rtl], [dir=rtl] *)::after,
|
|
38
|
-
:where(.aui-md-running) > :where(:is(ol, ul):last-child) > :where(li:last-child) > :where(:is(ol, ul):last-child) > :where(li:last-child) > :where(:is(ol, ul):last-child) > :where(li:last-child):where([dir=rtl], [dir=rtl] *)::after {
|
|
39
|
-
margin-right: 0.25rem;
|
|
40
|
-
}
|
|
41
|
-
.aui-md-h1 {
|
|
42
|
-
margin-bottom: 2rem;
|
|
43
|
-
scroll-margin: 5rem;
|
|
44
|
-
font-size: 2.25rem;
|
|
45
|
-
line-height: 2.5rem;
|
|
46
|
-
font-weight: 800;
|
|
47
|
-
letter-spacing: -0.025em;
|
|
48
|
-
}
|
|
49
|
-
.aui-md-h1:last-child {
|
|
50
|
-
margin-bottom: 0px;
|
|
51
|
-
}
|
|
52
|
-
.aui-md-h2 {
|
|
53
|
-
margin-bottom: 1rem;
|
|
54
|
-
margin-top: 2rem;
|
|
55
|
-
scroll-margin: 5rem;
|
|
56
|
-
font-size: 1.875rem;
|
|
57
|
-
line-height: 2.25rem;
|
|
58
|
-
font-weight: 600;
|
|
59
|
-
letter-spacing: -0.025em;
|
|
60
|
-
}
|
|
61
|
-
.aui-md-h2:first-child {
|
|
62
|
-
margin-top: 0px;
|
|
63
|
-
}
|
|
64
|
-
.aui-md-h2:last-child {
|
|
65
|
-
margin-bottom: 0px;
|
|
66
|
-
}
|
|
67
|
-
.aui-md-h3 {
|
|
68
|
-
margin-bottom: 1rem;
|
|
69
|
-
margin-top: 1.5rem;
|
|
70
|
-
scroll-margin: 5rem;
|
|
71
|
-
font-size: 1.5rem;
|
|
72
|
-
line-height: 2rem;
|
|
73
|
-
font-weight: 600;
|
|
74
|
-
letter-spacing: -0.025em;
|
|
75
|
-
}
|
|
76
|
-
.aui-md-h3:first-child {
|
|
77
|
-
margin-top: 0px;
|
|
78
|
-
}
|
|
79
|
-
.aui-md-h3:last-child {
|
|
80
|
-
margin-bottom: 0px;
|
|
81
|
-
}
|
|
82
|
-
.aui-md-h4 {
|
|
83
|
-
margin-bottom: 1rem;
|
|
84
|
-
margin-top: 1.5rem;
|
|
85
|
-
scroll-margin: 5rem;
|
|
86
|
-
font-size: 1.25rem;
|
|
87
|
-
line-height: 1.75rem;
|
|
88
|
-
font-weight: 600;
|
|
89
|
-
letter-spacing: -0.025em;
|
|
90
|
-
}
|
|
91
|
-
.aui-md-h4:first-child {
|
|
92
|
-
margin-top: 0px;
|
|
93
|
-
}
|
|
94
|
-
.aui-md-h4:last-child {
|
|
95
|
-
margin-bottom: 0px;
|
|
96
|
-
}
|
|
97
|
-
.aui-md-h5 {
|
|
98
|
-
margin-top: 1rem;
|
|
99
|
-
margin-bottom: 1rem;
|
|
100
|
-
font-size: 1.125rem;
|
|
101
|
-
line-height: 1.75rem;
|
|
102
|
-
font-weight: 600;
|
|
103
|
-
}
|
|
104
|
-
.aui-md-h5:first-child {
|
|
105
|
-
margin-top: 0px;
|
|
106
|
-
}
|
|
107
|
-
.aui-md-h5:last-child {
|
|
108
|
-
margin-bottom: 0px;
|
|
109
|
-
}
|
|
110
|
-
.aui-md-h6 {
|
|
111
|
-
margin-top: 1rem;
|
|
112
|
-
margin-bottom: 1rem;
|
|
113
|
-
font-weight: 600;
|
|
114
|
-
}
|
|
115
|
-
.aui-md-h6:first-child {
|
|
116
|
-
margin-top: 0px;
|
|
117
|
-
}
|
|
118
|
-
.aui-md-h6:last-child {
|
|
119
|
-
margin-bottom: 0px;
|
|
120
|
-
}
|
|
121
|
-
.aui-md-p {
|
|
122
|
-
margin-bottom: 1.25rem;
|
|
123
|
-
margin-top: 1.25rem;
|
|
124
|
-
line-height: 1.75rem;
|
|
125
|
-
}
|
|
126
|
-
.aui-md-p:first-child {
|
|
127
|
-
margin-top: 0px;
|
|
128
|
-
}
|
|
129
|
-
.aui-md-p:last-child {
|
|
130
|
-
margin-bottom: 0px;
|
|
131
|
-
}
|
|
132
|
-
.aui-md-a {
|
|
133
|
-
font-weight: 500;
|
|
134
|
-
color: hsl(var(--aui-primary));
|
|
135
|
-
text-decoration-line: underline;
|
|
136
|
-
text-underline-offset: 4px;
|
|
137
|
-
}
|
|
138
|
-
.aui-md-blockquote {
|
|
139
|
-
border-left-width: 2px;
|
|
140
|
-
padding-left: 1.5rem;
|
|
141
|
-
font-style: italic;
|
|
142
|
-
}
|
|
143
|
-
.aui-md-ul {
|
|
144
|
-
margin-top: 1.25rem;
|
|
145
|
-
margin-bottom: 1.25rem;
|
|
146
|
-
margin-left: 1.5rem;
|
|
147
|
-
list-style-type: disc;
|
|
148
|
-
}
|
|
149
|
-
.aui-md-ul > li {
|
|
150
|
-
margin-top: 0.5rem;
|
|
151
|
-
}
|
|
152
|
-
.aui-md-ol {
|
|
153
|
-
margin-top: 1.25rem;
|
|
154
|
-
margin-bottom: 1.25rem;
|
|
155
|
-
margin-left: 1.5rem;
|
|
156
|
-
list-style-type: decimal;
|
|
157
|
-
}
|
|
158
|
-
.aui-md-ol > li {
|
|
159
|
-
margin-top: 0.5rem;
|
|
160
|
-
}
|
|
161
|
-
.aui-md-hr {
|
|
162
|
-
margin-top: 1.25rem;
|
|
163
|
-
margin-bottom: 1.25rem;
|
|
164
|
-
border-bottom-width: 1px;
|
|
165
|
-
}
|
|
166
|
-
.aui-md-table {
|
|
167
|
-
margin-top: 1.25rem;
|
|
168
|
-
margin-bottom: 1.25rem;
|
|
169
|
-
width: 100%;
|
|
170
|
-
border-collapse: separate;
|
|
171
|
-
--aui-border-spacing-x: 0px;
|
|
172
|
-
--aui-border-spacing-y: 0px;
|
|
173
|
-
border-spacing: var(--aui-border-spacing-x) var(--aui-border-spacing-y);
|
|
174
|
-
overflow-y: auto;
|
|
175
|
-
}
|
|
176
|
-
.aui-md-th {
|
|
177
|
-
background-color: hsl(var(--aui-muted));
|
|
178
|
-
padding-left: 1rem;
|
|
179
|
-
padding-right: 1rem;
|
|
180
|
-
padding-top: 0.5rem;
|
|
181
|
-
padding-bottom: 0.5rem;
|
|
182
|
-
text-align: left;
|
|
183
|
-
font-weight: 700;
|
|
184
|
-
}
|
|
185
|
-
.aui-md-th:first-child {
|
|
186
|
-
border-top-left-radius: var(--aui-radius);
|
|
187
|
-
}
|
|
188
|
-
.aui-md-th:last-child {
|
|
189
|
-
border-top-right-radius: var(--aui-radius);
|
|
190
|
-
}
|
|
191
|
-
.aui-md-th[align=center] {
|
|
192
|
-
text-align: center;
|
|
193
|
-
}
|
|
194
|
-
.aui-md-th[align=right] {
|
|
195
|
-
text-align: right;
|
|
196
|
-
}
|
|
197
|
-
.aui-md-td {
|
|
198
|
-
border-bottom-width: 1px;
|
|
199
|
-
border-left-width: 1px;
|
|
200
|
-
padding-left: 1rem;
|
|
201
|
-
padding-right: 1rem;
|
|
202
|
-
padding-top: 0.5rem;
|
|
203
|
-
padding-bottom: 0.5rem;
|
|
204
|
-
text-align: left;
|
|
205
|
-
}
|
|
206
|
-
.aui-md-td:last-child {
|
|
207
|
-
border-right-width: 1px;
|
|
208
|
-
}
|
|
209
|
-
.aui-md-td[align=center] {
|
|
210
|
-
text-align: center;
|
|
211
|
-
}
|
|
212
|
-
.aui-md-td[align=right] {
|
|
213
|
-
text-align: right;
|
|
214
|
-
}
|
|
215
|
-
.aui-md-tr {
|
|
216
|
-
margin: 0px;
|
|
217
|
-
border-bottom-width: 1px;
|
|
218
|
-
padding: 0px;
|
|
219
|
-
}
|
|
220
|
-
.aui-md-tr:first-child {
|
|
221
|
-
border-top-width: 1px;
|
|
222
|
-
}
|
|
223
|
-
.aui-md-tr:last-child > td:first-child {
|
|
224
|
-
border-bottom-left-radius: var(--aui-radius);
|
|
225
|
-
}
|
|
226
|
-
.aui-md-tr:last-child > td:last-child {
|
|
227
|
-
border-bottom-right-radius: var(--aui-radius);
|
|
228
|
-
}
|
|
229
|
-
.aui-md-sup > a {
|
|
230
|
-
font-size: 0.75rem;
|
|
231
|
-
line-height: 1rem;
|
|
232
|
-
text-decoration-line: none;
|
|
233
|
-
}
|
|
234
|
-
.aui-md-pre {
|
|
235
|
-
overflow-x: auto;
|
|
236
|
-
border-bottom-right-radius: var(--aui-radius);
|
|
237
|
-
border-bottom-left-radius: var(--aui-radius);
|
|
238
|
-
background-color: #000;
|
|
239
|
-
padding: 1rem;
|
|
240
|
-
--aui-text-opacity: 1;
|
|
241
|
-
color: rgb(255 255 255 / var(--aui-text-opacity, 1));
|
|
242
|
-
}
|
|
243
|
-
.aui-md-inline-code {
|
|
244
|
-
border-radius: 0.25rem;
|
|
245
|
-
border-width: 1px;
|
|
246
|
-
background-color: hsl(var(--aui-muted));
|
|
247
|
-
font-weight: 600;
|
|
248
|
-
}
|
|
249
|
-
.aui-code-header-root {
|
|
250
|
-
display: flex;
|
|
251
|
-
align-items: center;
|
|
252
|
-
justify-content: space-between;
|
|
253
|
-
gap: 1rem;
|
|
254
|
-
border-top-left-radius: var(--aui-radius);
|
|
255
|
-
border-top-right-radius: var(--aui-radius);
|
|
256
|
-
background-color: #18181b;
|
|
257
|
-
padding-left: 1rem;
|
|
258
|
-
padding-right: 1rem;
|
|
259
|
-
padding-top: 0.5rem;
|
|
260
|
-
padding-bottom: 0.5rem;
|
|
261
|
-
font-size: 0.875rem;
|
|
262
|
-
line-height: 1.25rem;
|
|
263
|
-
font-weight: 600;
|
|
264
|
-
--aui-text-opacity: 1;
|
|
265
|
-
color: rgb(255 255 255 / var(--aui-text-opacity, 1));
|
|
266
|
-
}
|
|
267
|
-
.aui-code-header-language {
|
|
268
|
-
text-transform: lowercase;
|
|
269
|
-
}
|
|
270
|
-
.aui-code-header-language > span {
|
|
271
|
-
font-size: 0.75rem;
|
|
272
|
-
line-height: 1rem;
|
|
273
|
-
}
|
|
274
|
-
/*# sourceMappingURL=markdown.css.map */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/styles/tailwindcss/markdown.css"],"sourcesContent":["/* running indicator */\n@keyframes aui-pulse {\n 50% {\n opacity: .5\n }\n}\n:where(.aui-md-running):empty::after,\n:where(.aui-md-running) > :where(:not(ol):not(ul):not(pre)):last-child::after,\n:where(.aui-md-running) > pre:last-child code::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li)))::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li)))::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)::after {\n animation: aui-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;\n font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --aui-content: '\\25CF';\n content: var(--aui-content)\n}\n:where(.aui-md-running):empty:where([dir=\"ltr\"], [dir=\"ltr\"] *)::after,\n:where(.aui-md-running) > :where(:not(ol):not(ul):not(pre)):last-child:where([dir=\"ltr\"], [dir=\"ltr\"] *)::after,\n:where(.aui-md-running) > pre:last-child code:where([dir=\"ltr\"], [dir=\"ltr\"] *)::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li))):where([dir=\"ltr\"], [dir=\"ltr\"] *)::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li))):where([dir=\"ltr\"], [dir=\"ltr\"] *)::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child):where([dir=\"ltr\"], [dir=\"ltr\"] *)::after {\n margin-left: 0.25rem\n}\n:where(.aui-md-running):empty:where([dir=\"rtl\"], [dir=\"rtl\"] *)::after,\n:where(.aui-md-running) > :where(:not(ol):not(ul):not(pre)):last-child:where([dir=\"rtl\"], [dir=\"rtl\"] *)::after,\n:where(.aui-md-running) > pre:last-child code:where([dir=\"rtl\"], [dir=\"rtl\"] *)::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li))):where([dir=\"rtl\"], [dir=\"rtl\"] *)::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li))):where([dir=\"rtl\"], [dir=\"rtl\"] *)::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child):where([dir=\"rtl\"], [dir=\"rtl\"] *)::after {\n margin-right: 0.25rem\n}\n\n/* typography */\n.aui-md-h1 {\n margin-bottom: 2rem;\n scroll-margin: 5rem;\n font-size: 2.25rem;\n line-height: 2.5rem;\n font-weight: 800;\n letter-spacing: -0.025em\n}\n.aui-md-h1:last-child {\n margin-bottom: 0px\n}\n\n.aui-md-h2 {\n margin-bottom: 1rem;\n margin-top: 2rem;\n scroll-margin: 5rem;\n font-size: 1.875rem;\n line-height: 2.25rem;\n font-weight: 600;\n letter-spacing: -0.025em\n}\n\n.aui-md-h2:first-child {\n margin-top: 0px\n}\n\n.aui-md-h2:last-child {\n margin-bottom: 0px\n}\n\n.aui-md-h3 {\n margin-bottom: 1rem;\n margin-top: 1.5rem;\n scroll-margin: 5rem;\n font-size: 1.5rem;\n line-height: 2rem;\n font-weight: 600;\n letter-spacing: -0.025em\n}\n\n.aui-md-h3:first-child {\n margin-top: 0px\n}\n\n.aui-md-h3:last-child {\n margin-bottom: 0px\n}\n\n.aui-md-h4 {\n margin-bottom: 1rem;\n margin-top: 1.5rem;\n scroll-margin: 5rem;\n font-size: 1.25rem;\n line-height: 1.75rem;\n font-weight: 600;\n letter-spacing: -0.025em\n}\n\n.aui-md-h4:first-child {\n margin-top: 0px\n}\n\n.aui-md-h4:last-child {\n margin-bottom: 0px\n}\n\n.aui-md-h5 {\n margin-top: 1rem;\n margin-bottom: 1rem;\n font-size: 1.125rem;\n line-height: 1.75rem;\n font-weight: 600\n}\n\n.aui-md-h5:first-child {\n margin-top: 0px\n}\n\n.aui-md-h5:last-child {\n margin-bottom: 0px\n}\n\n.aui-md-h6 {\n margin-top: 1rem;\n margin-bottom: 1rem;\n font-weight: 600\n}\n\n.aui-md-h6:first-child {\n margin-top: 0px\n}\n\n.aui-md-h6:last-child {\n margin-bottom: 0px\n}\n\n.aui-md-p {\n margin-bottom: 1.25rem;\n margin-top: 1.25rem;\n line-height: 1.75rem\n}\n\n.aui-md-p:first-child {\n margin-top: 0px\n}\n\n.aui-md-p:last-child {\n margin-bottom: 0px\n}\n\n.aui-md-a {\n font-weight: 500;\n color: hsl(var(--aui-primary));\n text-decoration-line: underline;\n text-underline-offset: 4px\n}\n\n.aui-md-blockquote {\n border-left-width: 2px;\n padding-left: 1.5rem;\n font-style: italic\n}\n\n.aui-md-ul {\n margin-top: 1.25rem;\n margin-bottom: 1.25rem;\n margin-left: 1.5rem;\n list-style-type: disc\n}\n\n.aui-md-ul>li {\n margin-top: 0.5rem\n}\n\n.aui-md-ol {\n margin-top: 1.25rem;\n margin-bottom: 1.25rem;\n margin-left: 1.5rem;\n list-style-type: decimal\n}\n\n.aui-md-ol>li {\n margin-top: 0.5rem\n}\n\n.aui-md-hr {\n margin-top: 1.25rem;\n margin-bottom: 1.25rem;\n border-bottom-width: 1px\n}\n\n.aui-md-table {\n margin-top: 1.25rem;\n margin-bottom: 1.25rem;\n width: 100%;\n border-collapse: separate;\n --aui-border-spacing-x: 0px;\n --aui-border-spacing-y: 0px;\n border-spacing: var(--aui-border-spacing-x) var(--aui-border-spacing-y);\n overflow-y: auto\n}\n\n.aui-md-th {\n background-color: hsl(var(--aui-muted));\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n text-align: left;\n font-weight: 700\n}\n\n.aui-md-th:first-child {\n border-top-left-radius: var(--aui-radius)\n}\n\n.aui-md-th:last-child {\n border-top-right-radius: var(--aui-radius)\n}\n\n.aui-md-th[align=center] {\n text-align: center\n}\n\n.aui-md-th[align=right] {\n text-align: right\n}\n\n.aui-md-td {\n border-bottom-width: 1px;\n border-left-width: 1px;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n text-align: left\n}\n\n.aui-md-td:last-child {\n border-right-width: 1px\n}\n\n.aui-md-td[align=center] {\n text-align: center\n}\n\n.aui-md-td[align=right] {\n text-align: right\n}\n\n.aui-md-tr {\n margin: 0px;\n border-bottom-width: 1px;\n padding: 0px\n}\n\n.aui-md-tr:first-child {\n border-top-width: 1px\n}\n\n.aui-md-tr:last-child>td:first-child {\n border-bottom-left-radius: var(--aui-radius)\n}\n\n.aui-md-tr:last-child>td:last-child {\n border-bottom-right-radius: var(--aui-radius)\n}\n\n.aui-md-sup>a {\n font-size: 0.75rem;\n line-height: 1rem;\n text-decoration-line: none\n}\n\n.aui-md-pre {\n overflow-x: auto;\n border-bottom-right-radius: var(--aui-radius);\n border-bottom-left-radius: var(--aui-radius);\n background-color: #000;\n padding: 1rem;\n --aui-text-opacity: 1;\n color: rgb(255 255 255 / var(--aui-text-opacity, 1))\n}\n\n.aui-md-inline-code {\n border-radius: 0.25rem;\n border-width: 1px;\n background-color: hsl(var(--aui-muted));\n font-weight: 600\n}\n\n.aui-code-header-root {\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 1rem;\n border-top-left-radius: var(--aui-radius);\n border-top-right-radius: var(--aui-radius);\n background-color: #18181b;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n font-size: 0.875rem;\n line-height: 1.25rem;\n font-weight: 600;\n --aui-text-opacity: 1;\n color: rgb(255 255 255 / var(--aui-text-opacity, 1))\n}\n\n.aui-code-header-language {\n text-transform: lowercase\n}\n\n.aui-code-header-language>span {\n font-size: 0.75rem;\n line-height: 1rem\n}\n"],"mappings":"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","names":[]}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
/* running indicator */
|
|
2
|
-
:where(.aui-md-running):empty::after,
|
|
3
|
-
:where(.aui-md-running) > :where(:not(ol):not(ul):not(pre)):last-child::after,
|
|
4
|
-
:where(.aui-md-running) > pre:last-child code::after,
|
|
5
|
-
:where(.aui-md-running)
|
|
6
|
-
> :where(:is(ol, ul):last-child)
|
|
7
|
-
> :where(li:last-child:not(:has(* > li)))::after,
|
|
8
|
-
:where(.aui-md-running)
|
|
9
|
-
> :where(:is(ol, ul):last-child)
|
|
10
|
-
> :where(li:last-child)
|
|
11
|
-
> :where(:is(ol, ul):last-child)
|
|
12
|
-
> :where(li:last-child:not(:has(* > li)))::after,
|
|
13
|
-
:where(.aui-md-running)
|
|
14
|
-
> :where(:is(ol, ul):last-child)
|
|
15
|
-
> :where(li:last-child)
|
|
16
|
-
> :where(:is(ol, ul):last-child)
|
|
17
|
-
> :where(li:last-child)
|
|
18
|
-
> :where(:is(ol, ul):last-child)
|
|
19
|
-
> :where(li:last-child)::after {
|
|
20
|
-
@apply animate-pulse font-sans content-['\25CF'] ltr:ml-1 rtl:mr-1;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
/* typography */
|
|
24
|
-
.aui-md-h1 {
|
|
25
|
-
@apply mb-8 scroll-m-20 text-4xl font-extrabold tracking-tight last:mb-0;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.aui-md-h2 {
|
|
29
|
-
@apply mb-4 mt-8 scroll-m-20 text-3xl font-semibold tracking-tight first:mt-0 last:mb-0;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.aui-md-h3 {
|
|
33
|
-
@apply mb-4 mt-6 scroll-m-20 text-2xl font-semibold tracking-tight first:mt-0 last:mb-0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.aui-md-h4 {
|
|
37
|
-
@apply mb-4 mt-6 scroll-m-20 text-xl font-semibold tracking-tight first:mt-0 last:mb-0;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.aui-md-h5 {
|
|
41
|
-
@apply my-4 text-lg font-semibold first:mt-0 last:mb-0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.aui-md-h6 {
|
|
45
|
-
@apply my-4 font-semibold first:mt-0 last:mb-0;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.aui-md-p {
|
|
49
|
-
@apply mb-5 mt-5 leading-7 first:mt-0 last:mb-0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.aui-md-a {
|
|
53
|
-
@apply text-aui-primary font-medium underline underline-offset-4;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.aui-md-blockquote {
|
|
57
|
-
@apply border-l-2 pl-6 italic;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.aui-md-ul {
|
|
61
|
-
@apply my-5 ml-6 list-disc [&>li]:mt-2;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.aui-md-ol {
|
|
65
|
-
@apply my-5 ml-6 list-decimal [&>li]:mt-2;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.aui-md-hr {
|
|
69
|
-
@apply my-5 border-b;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.aui-md-table {
|
|
73
|
-
@apply my-5 w-full border-separate border-spacing-0 overflow-y-auto;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.aui-md-th {
|
|
77
|
-
@apply bg-aui-muted px-4 py-2 text-left font-bold first:rounded-tl-lg last:rounded-tr-lg [&[align=center]]:text-center [&[align=right]]:text-right;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.aui-md-td {
|
|
81
|
-
@apply border-b border-l px-4 py-2 text-left last:border-r [&[align=center]]:text-center [&[align=right]]:text-right;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.aui-md-tr {
|
|
85
|
-
@apply m-0 border-b p-0 first:border-t [&:last-child>td:first-child]:rounded-bl-lg [&:last-child>td:last-child]:rounded-br-lg;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.aui-md-sup {
|
|
89
|
-
@apply [&>a]:text-xs [&>a]:no-underline;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.aui-md-pre {
|
|
93
|
-
@apply overflow-x-auto rounded-b-lg bg-black p-4 text-white;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.aui-md-inline-code {
|
|
97
|
-
@apply bg-aui-muted rounded border font-semibold;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.aui-code-header-root {
|
|
101
|
-
@apply flex items-center justify-between gap-4 rounded-t-lg bg-zinc-900 px-4 py-2 text-sm font-semibold text-white;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.aui-code-header-language {
|
|
105
|
-
@apply lowercase [&>span]:text-xs;
|
|
106
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
":where(.aui-md-running):empty::after,\n:where(.aui-md-running) > :where(:not(ol):not(ul):not(pre)):last-child::after,\n:where(.aui-md-running) > pre:last-child code::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li)))::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li)))::after,\n:where(.aui-md-running)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)::after": {
|
|
3
|
-
"@apply animate-pulse font-sans content-['\\25CF'] ltr:ml-1 rtl:mr-1": {}
|
|
4
|
-
},
|
|
5
|
-
".aui-md-h1": {
|
|
6
|
-
"@apply mb-8 scroll-m-20 text-4xl font-extrabold tracking-tight last:mb-0": {}
|
|
7
|
-
},
|
|
8
|
-
".aui-md-h2": {
|
|
9
|
-
"@apply mb-4 mt-8 scroll-m-20 text-3xl font-semibold tracking-tight first:mt-0 last:mb-0": {}
|
|
10
|
-
},
|
|
11
|
-
".aui-md-h3": {
|
|
12
|
-
"@apply mb-4 mt-6 scroll-m-20 text-2xl font-semibold tracking-tight first:mt-0 last:mb-0": {}
|
|
13
|
-
},
|
|
14
|
-
".aui-md-h4": {
|
|
15
|
-
"@apply mb-4 mt-6 scroll-m-20 text-xl font-semibold tracking-tight first:mt-0 last:mb-0": {}
|
|
16
|
-
},
|
|
17
|
-
".aui-md-h5": {
|
|
18
|
-
"@apply my-4 text-lg font-semibold first:mt-0 last:mb-0": {}
|
|
19
|
-
},
|
|
20
|
-
".aui-md-h6": {
|
|
21
|
-
"@apply my-4 font-semibold first:mt-0 last:mb-0": {}
|
|
22
|
-
},
|
|
23
|
-
".aui-md-p": {
|
|
24
|
-
"@apply mb-5 mt-5 leading-7 first:mt-0 last:mb-0": {}
|
|
25
|
-
},
|
|
26
|
-
".aui-md-a": {
|
|
27
|
-
"@apply text-aui-primary font-medium underline underline-offset-4": {}
|
|
28
|
-
},
|
|
29
|
-
".aui-md-blockquote": {
|
|
30
|
-
"@apply border-l-2 pl-6 italic": {}
|
|
31
|
-
},
|
|
32
|
-
".aui-md-ul": {
|
|
33
|
-
"@apply my-5 ml-6 list-disc [&>li]:mt-2": {}
|
|
34
|
-
},
|
|
35
|
-
".aui-md-ol": {
|
|
36
|
-
"@apply my-5 ml-6 list-decimal [&>li]:mt-2": {}
|
|
37
|
-
},
|
|
38
|
-
".aui-md-hr": {
|
|
39
|
-
"@apply my-5 border-b": {}
|
|
40
|
-
},
|
|
41
|
-
".aui-md-table": {
|
|
42
|
-
"@apply my-5 w-full border-separate border-spacing-0 overflow-y-auto": {}
|
|
43
|
-
},
|
|
44
|
-
".aui-md-th": {
|
|
45
|
-
"@apply bg-aui-muted px-4 py-2 text-left font-bold first:rounded-tl-lg last:rounded-tr-lg [&[align=center]]:text-center [&[align=right]]:text-right": {}
|
|
46
|
-
},
|
|
47
|
-
".aui-md-td": {
|
|
48
|
-
"@apply border-b border-l px-4 py-2 text-left last:border-r [&[align=center]]:text-center [&[align=right]]:text-right": {}
|
|
49
|
-
},
|
|
50
|
-
".aui-md-tr": {
|
|
51
|
-
"@apply m-0 border-b p-0 first:border-t [&:last-child>td:first-child]:rounded-bl-lg [&:last-child>td:last-child]:rounded-br-lg": {}
|
|
52
|
-
},
|
|
53
|
-
".aui-md-sup": {
|
|
54
|
-
"@apply [&>a]:text-xs [&>a]:no-underline": {}
|
|
55
|
-
},
|
|
56
|
-
".aui-md-pre": {
|
|
57
|
-
"@apply overflow-x-auto rounded-b-lg bg-black p-4 text-white": {}
|
|
58
|
-
},
|
|
59
|
-
".aui-md-inline-code": {
|
|
60
|
-
"@apply bg-aui-muted rounded border font-semibold": {}
|
|
61
|
-
},
|
|
62
|
-
".aui-code-header-root": {
|
|
63
|
-
"@apply flex items-center justify-between gap-4 rounded-t-lg bg-zinc-900 px-4 py-2 text-sm font-semibold text-white": {}
|
|
64
|
-
},
|
|
65
|
-
".aui-code-header-language": {
|
|
66
|
-
"@apply lowercase [&>span]:text-xs": {}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const auiPlugin: {
|
|
2
|
-
(options: {}): {
|
|
3
|
-
handler: import("tailwindcss/types/config").PluginCreator;
|
|
4
|
-
config?: Partial<import("tailwindcss/types/config").Config>;
|
|
5
|
-
};
|
|
6
|
-
__isOptionsFunction: true;
|
|
7
|
-
};
|
|
8
|
-
export default auiPlugin;
|
|
9
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tailwindcss/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;;cAIP,CAAC;;;CAFP,CAAC;AAEH,eAAe,SAAS,CAAC"}
|