@apia/theme 4.0.19 → 4.0.24
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/html-B-K0BIiw.js.map +1 -1
- package/dist/{index-Dn_wc72C.js → index-CQyNuNTG.js} +218 -84
- package/dist/index-CQyNuNTG.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/{styles-BVjRzTR5.js → styles-kOzs6n6L.js} +2 -2
- package/dist/styles-kOzs6n6L.js.map +1 -0
- package/jsx-runtime/dist/jsx-runtime.d.ts +3 -3
- package/jsx-runtime/dist/theme-ui-jsx-runtime.browser.esm.js +2 -2
- package/jsx-runtime/dist/theme-ui-jsx-runtime.cjs.d.ts +2 -2
- package/jsx-runtime/dist/theme-ui-jsx-runtime.cjs.d.ts.map +1 -1
- package/jsx-runtime/dist/theme-ui-jsx-runtime.cjs.dev.js +21 -21
- package/jsx-runtime/dist/theme-ui-jsx-runtime.cjs.js +7 -7
- package/jsx-runtime/dist/theme-ui-jsx-runtime.cjs.prod.js +21 -21
- package/jsx-runtime/dist/theme-ui-jsx-runtime.esm.js +2 -2
- package/jsx-runtime/dist/theme-ui-jsx-runtime.worker.esm.js +2 -2
- package/jsx-runtime/package.json +8 -8
- package/package.json +5 -5
- package/dist/index-Dn_wc72C.js.map +0 -1
- package/dist/styles-BVjRzTR5.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as ApiaThemeProvider, F as Form, t as MarkdownBlock, v as MarkdownBuilder, x as MarkdownList, y as MarkdownParagraph, z as MarkdownTable, B as MarkdownTableOfContents, M as MaterialInput, T as Table, h as applyStatesGetColor, o as focusOutline, g as getColorState, a as getColorStates, b as getColorsAndStatesByDefinition, c as getColorsAndStatesByPath, d as getColorsByDefinition, e as getColorsByPath, f as getOneColorState, k as getSpacingLayouts, q as getVariant, j as injectStyles, i as makeStyledComponent, w as parseMarkdown, p as parsePalette, r as responsive, n as smallButton, l as spacing, s as spacingLayouts, u as useMainTheme } from './index-
|
|
1
|
+
export { A as ApiaThemeProvider, F as Form, t as MarkdownBlock, v as MarkdownBuilder, x as MarkdownList, y as MarkdownParagraph, z as MarkdownTable, B as MarkdownTableOfContents, M as MaterialInput, T as Table, h as applyStatesGetColor, o as focusOutline, g as getColorState, a as getColorStates, b as getColorsAndStatesByDefinition, c as getColorsAndStatesByPath, d as getColorsByDefinition, e as getColorsByPath, f as getOneColorState, k as getSpacingLayouts, q as getVariant, j as injectStyles, i as makeStyledComponent, w as parseMarkdown, p as parsePalette, r as responsive, n as smallButton, l as spacing, s as spacingLayouts, u as useMainTheme } from './index-CQyNuNTG.js';
|
|
2
2
|
export * from '@theme-ui/match-media';
|
|
3
3
|
export { Alert, AspectImage, AspectRatio, Avatar, Badge, BaseStyles, Box, Button, Card, Checkbox, Close, CloseIcon, Container, Divider, Donut, Embed, Flex, Global, Grid, Heading, IconButton, Image, InitializeColorMode, Input, Label, Link, MenuButton, MenuIcon, Message, NavLink, Paragraph, Progress, Radio, Select, Slider, Spinner, Switch, Text, Textarea, createElement, css, get, merge, useColorMode, useThemeUI } from 'theme-ui';
|
|
4
4
|
import 'lodash-es/cloneDeep';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as markdownExtensions } from './index-
|
|
1
|
+
import { m as markdownExtensions } from './index-CQyNuNTG.js';
|
|
2
2
|
import 'lodash-es/cloneDeep';
|
|
3
3
|
import 'tinycolor2';
|
|
4
4
|
import 'lodash-es/merge';
|
|
@@ -206,4 +206,4 @@ const markdownParserStyles = (additionalStyles, extensions) => {
|
|
|
206
206
|
};
|
|
207
207
|
|
|
208
208
|
export { markdownParserStyles };
|
|
209
|
-
//# sourceMappingURL=styles-
|
|
209
|
+
//# sourceMappingURL=styles-kOzs6n6L.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles-kOzs6n6L.js","sources":["../src/markdown/theme/markdownTheme.ts","../src/markdown/styles.ts"],"sourcesContent":["export const markdownTheme = `:root {\n --color-error-back: #fff2f4;\n --color-error-border: rgb(115, 7, 9);\n --color-error-text: var(--color-text-default);\n --color-warning-back: #fffdd9;\n --color-warning-border: rgb(244, 239, 64);\n --color-warning-text: var(--color-text-default);\n --color-success-back: #e7ffd9;\n --color-success-border: rgb(79, 205, 79);\n --color-success-text: var(--color-text-default);\n --color-primary: rgb(0, 73, 108);\n --color-primary-light: #f8fdff;\n --color-primary-contrast: white;\n --color-back-paper: white;\n --color-back-default: white;\n --color-border-field: #aaa;\n --color-border-section: #ddd;\n --color-text-default: #333;\n --color-text-disabled: #aaa;\n --color-text-heading: var(--color-primary);\n --font-size-h1: 32px;\n --font-size-h2: 28px;\n --font-size-h3: 25px;\n --font-size-h4: 21px;\n --font-size-h5: 18px;\n --font-size-h6: 16px;\n --font-size-default: 16px;\n --font-family-heading: Inter, system-ui, \"Segoe UI\", \"Helvetica Neue\", sans-serif, Roboto;\n --font-family-default: Inter, system-ui, \"Segoe UI\", \"Helvetica Neue\", sans-serif, Roboto;\n --font-family-monospace: monospace;\n --table-head-color-background: var(--color-primary);\n --table-head-color-text: var(--color-primary-contrast);\n --table-head-color-border: var(--color-primary);\n --table-head-border: 1px solid var(--table-head-color-border);\n --table-head-cell-padding: var(--space-4);\n --table-head-font-weight: bold;\n --table-head-text-align: center;\n --table-body-color-background: transparent;\n --table-body-color-background-odd: var(--color-primary-light);\n --table-body-color-text: inherit;\n --table-body-color-border: var(--color-border-section);\n --table-body-border: 1px solid var(--table-body-color-border);\n --table-body-cell-padding: var(--space-4);\n --table-color-background: var(--color-back-paper);\n --table-color-border: var(--color-border-section);\n --table-border: 1px solid var(--table-color-border);\n --table-border-collapse: collapse;\n --shadow-sheet: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;\n --space-0: 0;\n --space-1: 2px;\n --space-2: 4px;\n --space-3: 8px;\n --space-4: 12px;\n --space-5: 16px;\n --space-6: 24px;\n}\n\nhtml {\n margin: 0;\n font-size: var(--font-size-default);\n font-family: var(--font-family-default);\n color: var(--color-text-default);\n}\n\nbody {\n background: var(--color-back-default);\n margin: 0;\n}\n\npre, code {\n font-family: var(--font-family-monospace);\n}\n\nh1, h2, h3, h4, h5, h6 {\n font-family: var(--font-family-heading);\n color: var(--color-text-heading);\n}\n\nh1 {\n font-size: var(--font-size-h1);\n}\nh1:first-of-type {\n margin-top: 0;\n}\n\nh2 {\n font-size: var(--font-size-h2);\n}\n\nh3 {\n font-size: var(--font-size-h3);\n}\n\nh4 {\n font-size: var(--font-size-h4);\n}\n\nh5 {\n font-size: var(--font-size-h5);\n}\n\nh6 {\n font-size: var(--font-size-h6);\n}\n\na {\n color: var(--color-text-default);\n}\n\na:visited {\n color: var(--color-primary);\n}\n\ntable {\n border-collapse: var(--table-border-collapse);\n border: var(--table-border);\n width: 100%;\n table-layout: fixed;\n}\ntable * {\n word-break: break-word;\n}\ntable thead th, table thead td.heading, table tbody th, table tbody td.heading {\n background: var(--table-head-color-background);\n color: var(--table-head-color-text);\n border: var(--table-head-border);\n padding: var(--table-head-cell-padding);\n font-weight: var(--table-head-font-weight);\n text-align: var(--table-head-text-align);\n text-wrap: nowrap;\n}\ntable tbody td {\n background: var(--table-body-color-background);\n color: var(--table-body-color-text);\n border: var(--table-body-border);\n padding: var(--table-body-cell-padding);\n}\ntable tbody tr:nth-child(2n) td:not(.heading) {\n background: var(--table-body-color-background-odd);\n}\n\nimg {\n max-width: 100%;\n}`;\n","import { IMarkdownStylesAggregator, RemarkableExtension } from './types';\nimport { markdownTheme } from './theme/markdownTheme';\nimport { markdownExtensions } from './extensions';\n\nconst printStyles: IMarkdownStylesAggregator = () => `\n@media print {\n body {\n background: white;\n }\n\n #Container {\n border: none;\n margin: 0;\n width: auto;\n padding: 0;\n }\n}\n`;\n\nconst styles = (\n additionalStyles?: IMarkdownStylesAggregator,\n extensions?: RemarkableExtension[],\n) => {\n const generated = `\n${markdownTheme}\n\n#Container {\n display: flex;\n flex-direction: column;\n gap: var(--space-6);\n margin: var(--space-6) auto;\n width: 920px;\n\n & > * {\n margin: 0;\n }\n\n h1, h2, h3, h4, h5, h6 {\n margin: 0;\n }\n\n li > *:not(:first-child) {\n margin-top: var(--space-5);\n margin-bottom: var(--space-5);\n }\n}\n${printStyles()}\n\n${[...(extensions ?? []), ...markdownExtensions]\n .map((current) => current.styles())\n .join('\\n\\n')}\n\n${additionalStyles?.() ?? ''}\n`;\n\n return generated;\n};\n\nexport const markdownParserStyles = (\n additionalStyles?: IMarkdownStylesAggregator,\n extensions?: RemarkableExtension[],\n) => {\n return styles(additionalStyles, extensions);\n};\n"],"names":[],"mappings":";;;;;;;;;;;;AAAO,MAAM,aAAA,GAAgB,CAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA,CAAA,CAAA;;ACI7B,MAAM,cAAyC,MAAM;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CAAA;AAerD,MAAM,MAAA,GAAS,CACb,gBAAA,EACA,UAAA,KACG;AACH,EAAA,MAAM,SAAA,GAAY;AAAA,EAClB,aAAa;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAsBb,aAAa;;AAAA,EAEb,CAAC,GAAI,UAAA,IAAc,EAAC,EAAI,GAAG,kBAAkB,CAAA,CAC5C,GAAA,CAAI,CAAC,YAAY,OAAA,CAAQ,MAAA,EAAQ,CAAA,CACjC,IAAA,CAAK,MAAM,CAAC;;AAAA,EAEb,gBAAA,QAAwB,EAAE;AAAA,CAAA;AAG1B,EAAA,OAAO,SAAA;AACT,CAAA;AAEO,MAAM,oBAAA,GAAuB,CAClC,gBAAA,EACA,UAAA,KACG;AACH,EAAA,OAAO,MAAA,CAAO,kBAAkB,UAAU,CAAA;AAC5C;;;;"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Fragment } from 'react';
|
|
2
|
-
export { jsx, jsxs } from '@theme-ui/core/jsx-runtime';
|
|
3
|
-
export type { JSX } from '@theme-ui/core/jsx-runtime';
|
|
1
|
+
export { Fragment } from 'react';
|
|
2
|
+
export { jsx, jsxs } from '@theme-ui/core/jsx-runtime';
|
|
3
|
+
export type { JSX } from '@theme-ui/core/jsx-runtime';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Fragment } from 'react';
|
|
2
|
-
export { jsx, jsxs } from '@theme-ui/core/jsx-runtime';
|
|
1
|
+
export { Fragment } from 'react';
|
|
2
|
+
export { jsx, jsxs } from '@theme-ui/core/jsx-runtime';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./jsx-runtime";
|
|
2
|
-
//# sourceMappingURL=theme-ui-jsx-runtime.cjs.d.ts.map
|
|
1
|
+
export * from "./jsx-runtime";
|
|
2
|
+
//# sourceMappingURL=theme-ui-jsx-runtime.cjs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme-ui-jsx-runtime.cjs.d.ts","sourceRoot":"","sources":["../../dist/declarations/src/jsx-runtime.d.ts"],"names":[],"mappings":"AAAA"}
|
|
1
|
+
{"version":3,"file":"theme-ui-jsx-runtime.cjs.d.ts","sourceRoot":"","sources":["../../dist/declarations/src/jsx-runtime.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var react = require('react');
|
|
6
|
-
var jsxRuntime = require('@theme-ui/core/jsx-runtime');
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Object.defineProperty(exports, 'Fragment', {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function () { return react.Fragment; }
|
|
13
|
-
});
|
|
14
|
-
Object.defineProperty(exports, 'jsx', {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function () { return jsxRuntime.jsx; }
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, 'jsxs', {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return jsxRuntime.jsxs; }
|
|
21
|
-
});
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var react = require('react');
|
|
6
|
+
var jsxRuntime = require('@theme-ui/core/jsx-runtime');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
Object.defineProperty(exports, 'Fragment', {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return react.Fragment; }
|
|
13
|
+
});
|
|
14
|
+
Object.defineProperty(exports, 'jsx', {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return jsxRuntime.jsx; }
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, 'jsxs', {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () { return jsxRuntime.jsxs; }
|
|
21
|
+
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
if (process.env.NODE_ENV === "production") {
|
|
4
|
-
module.exports = require("./theme-ui-jsx-runtime.cjs.prod.js");
|
|
5
|
-
} else {
|
|
6
|
-
module.exports = require("./theme-ui-jsx-runtime.cjs.dev.js");
|
|
7
|
-
}
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
if (process.env.NODE_ENV === "production") {
|
|
4
|
+
module.exports = require("./theme-ui-jsx-runtime.cjs.prod.js");
|
|
5
|
+
} else {
|
|
6
|
+
module.exports = require("./theme-ui-jsx-runtime.cjs.dev.js");
|
|
7
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var react = require('react');
|
|
6
|
-
var jsxRuntime = require('@theme-ui/core/jsx-runtime');
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Object.defineProperty(exports, 'Fragment', {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function () { return react.Fragment; }
|
|
13
|
-
});
|
|
14
|
-
Object.defineProperty(exports, 'jsx', {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function () { return jsxRuntime.jsx; }
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, 'jsxs', {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return jsxRuntime.jsxs; }
|
|
21
|
-
});
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var react = require('react');
|
|
6
|
+
var jsxRuntime = require('@theme-ui/core/jsx-runtime');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
Object.defineProperty(exports, 'Fragment', {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return react.Fragment; }
|
|
13
|
+
});
|
|
14
|
+
Object.defineProperty(exports, 'jsx', {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return jsxRuntime.jsx; }
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, 'jsxs', {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () { return jsxRuntime.jsxs; }
|
|
21
|
+
});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Fragment } from 'react';
|
|
2
|
-
export { jsx, jsxs } from '@theme-ui/core/jsx-runtime';
|
|
1
|
+
export { Fragment } from 'react';
|
|
2
|
+
export { jsx, jsxs } from '@theme-ui/core/jsx-runtime';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Fragment } from 'react';
|
|
2
|
-
export { jsx, jsxs } from '@theme-ui/core/jsx-runtime';
|
|
1
|
+
export { Fragment } from 'react';
|
|
2
|
+
export { jsx, jsxs } from '@theme-ui/core/jsx-runtime';
|
package/jsx-runtime/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
2
|
-
"main": "dist/theme-ui-jsx-runtime.cjs.js",
|
|
3
|
-
"module": "dist/theme-ui-jsx-runtime.esm.js",
|
|
4
|
-
"browser": {
|
|
5
|
-
"./dist/theme-ui-jsx-runtime.esm.js": "./dist/theme-ui-jsx-runtime.browser.esm.js"
|
|
6
|
-
},
|
|
7
|
-
"types": "dist/theme-ui-jsx-runtime.cjs.d.ts"
|
|
8
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"main": "dist/theme-ui-jsx-runtime.cjs.js",
|
|
3
|
+
"module": "dist/theme-ui-jsx-runtime.esm.js",
|
|
4
|
+
"browser": {
|
|
5
|
+
"./dist/theme-ui-jsx-runtime.esm.js": "./dist/theme-ui-jsx-runtime.browser.esm.js"
|
|
6
|
+
},
|
|
7
|
+
"types": "dist/theme-ui-jsx-runtime.cjs.d.ts"
|
|
8
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apia/theme",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.24",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"author": "Alexis Leite <alexisleite@live.com>",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"libDev": "rollup --config ../../config/rollup.common.mjs --environment MODE:development,ENTRY:index.ts",
|
|
27
27
|
"libBuild": "rollup --config ../../config/rollup.common.mjs --environment MODE:production,ENTRY:index.ts",
|
|
28
28
|
"libWatch": "rollup --watch --config ../../config/rollup.common.mjs --environment MODE:development,ENTRY:index.ts,WATCH:true",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
29
|
+
"libWatchForExecution": "rollup --watch --config ../../config/rollup.common.mjs --environment MODE:development,ENTRY:index.ts,WATCH:true,DEV_SERVER_MODULE:execution",
|
|
30
|
+
"libWatchForDashboards": "rollup --watch --config ../../config/rollup.common.mjs --environment MODE:development,ENTRY:index.ts,WATCH:true,DEV_SERVER_MODULE:dashboards"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@apia/util": "^4.0.
|
|
33
|
+
"@apia/util": "^4.0.24",
|
|
34
34
|
"theme-ui": "^0.16.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public",
|
|
55
55
|
"registry": "https://registry.npmjs.org/"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "0c34ed891f366be27e3fb8d291b6c7c9d90eb201"
|
|
58
58
|
}
|