@bbki.ng/components 2.1.6 → 2.1.7
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.cjs +1362 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.css +1429 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +289 -0
- package/dist/index.js +1301 -0
- package/dist/index.js.map +1 -0
- package/package.json +17 -25
- package/dist/components.js +0 -1760
- package/dist/components.umd.cjs +0 -96
- package/dist/style.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../lib/index.css"],"sourcesContent":["/*\n! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com\n*//*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: #E5E7EB; /* 2 */\n}\n\n::before,\n::after {\n --tw-content: '';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured `sans` font-family by default.\n*/\n\nhtml {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: pt-sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; /* 4 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user's configured `mono` font family by default.\n2. Correct the odd `em` font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n:-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\n\ninput::-moz-placeholder, textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9CA3AF; /* 2 */\n}\n\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9CA3AF; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\nbutton,\n[role=\"button\"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n:disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n\nh1 {\n font-size: 2.25rem;\n}\n\nh2 {\n font-size: 1.5rem;\n}\n\nh3 {\n font-size: 1.25rem;\n}\n\nh4 {\n font-size: 1rem;\n}\n\nh5 {\n font-size: 1rem;\n}\n\n.lqip-blur {\n -webkit-backdrop-filter: blur(20px);\n backdrop-filter: blur(20px);\n}\n\n*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n\n::-webkit-backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\r\n.container {\n width: 100%;\n}\r\n.\\!container {\n width: 100% !important;\n}\r\n@media (min-width: 640px) {\n\n .container {\n max-width: 640px;\n }\n\n .\\!container {\n max-width: 640px !important;\n }\n}\r\n@media (min-width: 768px) {\n\n .container {\n max-width: 768px;\n }\n\n .\\!container {\n max-width: 768px !important;\n }\n}\r\n@media (min-width: 1024px) {\n\n .container {\n max-width: 1024px;\n }\n\n .\\!container {\n max-width: 1024px !important;\n }\n}\r\n@media (min-width: 1280px) {\n\n .container {\n max-width: 1280px;\n }\n\n .\\!container {\n max-width: 1280px !important;\n }\n}\r\n@media (min-width: 1536px) {\n\n .container {\n max-width: 1536px;\n }\n\n .\\!container {\n max-width: 1536px !important;\n }\n}\r\n.prose {\n color: var(--tw-prose-body);\n max-width: 65ch;\n}\r\n.prose :where([class~=\"lead\"]):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-lead);\n font-size: 1.25em;\n line-height: 1.6;\n margin-top: 1.2em;\n margin-bottom: 1.2em;\n}\r\n.prose :where(a):not(:where([class~=\"not-prose\"] *)) {\n color: rgb(37,99,235);\n text-decoration: none;\n font-weight: 500;\n border-radius: .25rem;\n word-break: break-all;\n}\r\n.prose :where(a):not(:where([class~=\"not-prose\"] *)):hover {\n background-color: rgb(219,234,254);\n}\r\n.prose :where(strong):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-bold);\n font-weight: 600;\n}\r\n.prose :where(a strong):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n}\r\n.prose :where(blockquote strong):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n}\r\n.prose :where(thead th strong):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n}\r\n.prose :where(ol):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: decimal;\n margin-top: 1.25em;\n margin-bottom: 1.25em;\n padding-left: 1.625em;\n}\r\n.prose :where(ol[type=\"A\"]):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: upper-alpha;\n}\r\n.prose :where(ol[type=\"a\"]):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: lower-alpha;\n}\r\n.prose :where(ol[type=\"A\" s]):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: upper-alpha;\n}\r\n.prose :where(ol[type=\"a\" s]):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: lower-alpha;\n}\r\n.prose :where(ol[type=\"I\"]):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: upper-roman;\n}\r\n.prose :where(ol[type=\"i\"]):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: lower-roman;\n}\r\n.prose :where(ol[type=\"I\" s]):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: upper-roman;\n}\r\n.prose :where(ol[type=\"i\" s]):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: lower-roman;\n}\r\n.prose :where(ol[type=\"1\"]):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: decimal;\n}\r\n.prose :where(ul):not(:where([class~=\"not-prose\"] *)) {\n list-style-type: disc;\n margin-top: 1.25em;\n margin-bottom: 1.25em;\n padding-left: 1.625em;\n}\r\n.prose :where(ol > li):not(:where([class~=\"not-prose\"] *))::marker {\n font-weight: 400;\n color: var(--tw-prose-counters);\n}\r\n.prose :where(ul > li):not(:where([class~=\"not-prose\"] *))::marker {\n color: var(--tw-prose-bullets);\n}\r\n.prose :where(hr):not(:where([class~=\"not-prose\"] *)) {\n border-color: var(--tw-prose-hr);\n border-top-width: 1px;\n margin-top: 3em;\n margin-bottom: 3em;\n}\r\n.prose :where(blockquote):not(:where([class~=\"not-prose\"] *)) {\n font-weight: 500;\n font-style: italic;\n color: var(--tw-prose-quotes);\n border-left-width: 0.25rem;\n border-left-color: var(--tw-prose-quote-borders);\n quotes: \"\\201C\"\"\\201D\"\"\\2018\"\"\\2019\";\n margin-top: 1.6em;\n margin-bottom: 1.6em;\n padding-left: 1em;\n}\r\n.prose :where(blockquote p:first-of-type):not(:where([class~=\"not-prose\"] *))::before {\n content: open-quote;\n}\r\n.prose :where(blockquote p:last-of-type):not(:where([class~=\"not-prose\"] *))::after {\n content: close-quote;\n}\r\n.prose :where(h1):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-headings);\n font-weight: 800;\n font-size: 2.25em;\n margin-top: 0;\n margin-bottom: 0.8888889em;\n line-height: 1.1111111;\n}\r\n.prose :where(h1 strong):not(:where([class~=\"not-prose\"] *)) {\n font-weight: 900;\n color: inherit;\n}\r\n.prose :where(h2):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-headings);\n font-weight: 700;\n font-size: 1.5em;\n margin-top: 2em;\n margin-bottom: 1em;\n line-height: 1.3333333;\n}\r\n.prose :where(h2 strong):not(:where([class~=\"not-prose\"] *)) {\n font-weight: 800;\n color: inherit;\n}\r\n.prose :where(h3):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-headings);\n font-weight: 600;\n font-size: 1.25em;\n margin-top: 1.6em;\n margin-bottom: 0.6em;\n line-height: 1.6;\n}\r\n.prose :where(h3 strong):not(:where([class~=\"not-prose\"] *)) {\n font-weight: 700;\n color: inherit;\n}\r\n.prose :where(h4):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-headings);\n font-weight: 600;\n margin-top: 1.5em;\n margin-bottom: 0.5em;\n line-height: 1.5;\n}\r\n.prose :where(h4 strong):not(:where([class~=\"not-prose\"] *)) {\n font-weight: 700;\n color: inherit;\n}\r\n.prose :where(img):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n margin-bottom: 0;\n}\r\n.prose :where(figure > *):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n margin-bottom: 0;\n}\r\n.prose :where(figcaption):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-captions);\n font-size: 0.875em;\n line-height: 1.4285714;\n margin-top: 0.8571429em;\n}\r\n.prose :where(code):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-code);\n font-weight: 600;\n font-size: 0.875em;\n}\r\n.prose :where(code):not(:where([class~=\"not-prose\"] *))::before {\n content: \"`\";\n}\r\n.prose :where(code):not(:where([class~=\"not-prose\"] *))::after {\n content: \"`\";\n}\r\n.prose :where(a code):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n}\r\n.prose :where(h1 code):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n}\r\n.prose :where(h2 code):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n font-size: 0.875em;\n}\r\n.prose :where(h3 code):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n font-size: 0.9em;\n}\r\n.prose :where(h4 code):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n}\r\n.prose :where(blockquote code):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n}\r\n.prose :where(thead th code):not(:where([class~=\"not-prose\"] *)) {\n color: inherit;\n}\r\n.prose :where(pre):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-pre-code);\n background-color: var(--tw-prose-pre-bg);\n overflow-x: auto;\n font-weight: 400;\n font-size: 0.875em;\n line-height: 1.7142857;\n margin-top: 1.7142857em;\n margin-bottom: 1.7142857em;\n border-radius: 0.375rem;\n padding-top: 0.8571429em;\n padding-right: 1.1428571em;\n padding-bottom: 0.8571429em;\n padding-left: 1.1428571em;\n}\r\n.prose :where(pre code):not(:where([class~=\"not-prose\"] *)) {\n background-color: transparent;\n border-width: 0;\n border-radius: 0;\n padding: 0;\n font-weight: inherit;\n color: inherit;\n font-size: inherit;\n font-family: inherit;\n line-height: inherit;\n}\r\n.prose :where(pre code):not(:where([class~=\"not-prose\"] *))::before {\n content: none;\n}\r\n.prose :where(pre code):not(:where([class~=\"not-prose\"] *))::after {\n content: none;\n}\r\n.prose :where(table):not(:where([class~=\"not-prose\"] *)) {\n width: 100%;\n table-layout: auto;\n text-align: left;\n margin-top: 2em;\n margin-bottom: 2em;\n font-size: 0.875em;\n line-height: 1.7142857;\n}\r\n.prose :where(thead):not(:where([class~=\"not-prose\"] *)) {\n border-bottom-width: 1px;\n border-bottom-color: var(--tw-prose-th-borders);\n}\r\n.prose :where(thead th):not(:where([class~=\"not-prose\"] *)) {\n color: var(--tw-prose-headings);\n font-weight: 600;\n vertical-align: bottom;\n padding-right: 0.5714286em;\n padding-bottom: 0.5714286em;\n padding-left: 0.5714286em;\n}\r\n.prose :where(tbody tr):not(:where([class~=\"not-prose\"] *)) {\n border-bottom-width: 1px;\n border-bottom-color: var(--tw-prose-td-borders);\n}\r\n.prose :where(tbody tr:last-child):not(:where([class~=\"not-prose\"] *)) {\n border-bottom-width: 0;\n}\r\n.prose :where(tbody td):not(:where([class~=\"not-prose\"] *)) {\n vertical-align: baseline;\n}\r\n.prose :where(tfoot):not(:where([class~=\"not-prose\"] *)) {\n border-top-width: 1px;\n border-top-color: var(--tw-prose-th-borders);\n}\r\n.prose :where(tfoot td):not(:where([class~=\"not-prose\"] *)) {\n vertical-align: top;\n}\r\n.prose {\n --tw-prose-body: #374151;\n --tw-prose-headings: #111827;\n --tw-prose-lead: #4b5563;\n --tw-prose-links: #111827;\n --tw-prose-bold: #111827;\n --tw-prose-counters: #6b7280;\n --tw-prose-bullets: #d1d5db;\n --tw-prose-hr: #e5e7eb;\n --tw-prose-quotes: #111827;\n --tw-prose-quote-borders: #e5e7eb;\n --tw-prose-captions: #6b7280;\n --tw-prose-code: #111827;\n --tw-prose-pre-code: #e5e7eb;\n --tw-prose-pre-bg: #1f2937;\n --tw-prose-th-borders: #d1d5db;\n --tw-prose-td-borders: #e5e7eb;\n --tw-prose-invert-body: #d1d5db;\n --tw-prose-invert-headings: #fff;\n --tw-prose-invert-lead: #9ca3af;\n --tw-prose-invert-links: #fff;\n --tw-prose-invert-bold: #fff;\n --tw-prose-invert-counters: #9ca3af;\n --tw-prose-invert-bullets: #4b5563;\n --tw-prose-invert-hr: #374151;\n --tw-prose-invert-quotes: #f3f4f6;\n --tw-prose-invert-quote-borders: #374151;\n --tw-prose-invert-captions: #9ca3af;\n --tw-prose-invert-code: #fff;\n --tw-prose-invert-pre-code: #d1d5db;\n --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);\n --tw-prose-invert-th-borders: #4b5563;\n --tw-prose-invert-td-borders: #374151;\n font-size: 1rem;\n line-height: 1.75;\n}\r\n.prose :where(p):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.25em;\n margin-bottom: 1.25em;\n}\r\n.prose :where(video):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 2em;\n margin-bottom: 2em;\n}\r\n.prose :where(figure):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 2em;\n margin-bottom: 2em;\n}\r\n.prose :where(li):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0.5em;\n margin-bottom: 0.5em;\n}\r\n.prose :where(ol > li):not(:where([class~=\"not-prose\"] *)) {\n padding-left: 0.375em;\n}\r\n.prose :where(ul > li):not(:where([class~=\"not-prose\"] *)) {\n padding-left: 0.375em;\n}\r\n.prose :where(.prose > ul > li p):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0.75em;\n margin-bottom: 0.75em;\n}\r\n.prose :where(.prose > ul > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.25em;\n}\r\n.prose :where(.prose > ul > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.25em;\n}\r\n.prose :where(.prose > ol > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.25em;\n}\r\n.prose :where(.prose > ol > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.25em;\n}\r\n.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0.75em;\n margin-bottom: 0.75em;\n}\r\n.prose :where(hr + *):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose :where(h2 + *):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose :where(h3 + *):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose :where(h4 + *):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose :where(thead th:first-child):not(:where([class~=\"not-prose\"] *)) {\n padding-left: 0;\n}\r\n.prose :where(thead th:last-child):not(:where([class~=\"not-prose\"] *)) {\n padding-right: 0;\n}\r\n.prose :where(tbody td, tfoot td):not(:where([class~=\"not-prose\"] *)) {\n padding-top: 0.5714286em;\n padding-right: 0.5714286em;\n padding-bottom: 0.5714286em;\n padding-left: 0.5714286em;\n}\r\n.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=\"not-prose\"] *)) {\n padding-left: 0;\n}\r\n.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=\"not-prose\"] *)) {\n padding-right: 0;\n}\r\n.prose :where(.prose > :first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose :where(.prose > :last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 0;\n}\r\n.prose-sm :where(.prose > ul > li p):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0.5714286em;\n margin-bottom: 0.5714286em;\n}\r\n.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.1428571em;\n}\r\n.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.1428571em;\n}\r\n.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.1428571em;\n}\r\n.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.1428571em;\n}\r\n.prose-sm :where(.prose > :first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose-sm :where(.prose > :last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 0;\n}\r\n.prose-base :where(.prose > ul > li p):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0.75em;\n margin-bottom: 0.75em;\n}\r\n.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.25em;\n}\r\n.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.25em;\n}\r\n.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.25em;\n}\r\n.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.25em;\n}\r\n.prose-base :where(.prose > :first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose-base :where(.prose > :last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 0;\n}\r\n.prose-lg :where(.prose > ul > li p):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0.8888889em;\n margin-bottom: 0.8888889em;\n}\r\n.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.3333333em;\n}\r\n.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.3333333em;\n}\r\n.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.3333333em;\n}\r\n.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.3333333em;\n}\r\n.prose-lg :where(.prose > :first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose-lg :where(.prose > :last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 0;\n}\r\n.prose-xl :where(.prose > ul > li p):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0.8em;\n margin-bottom: 0.8em;\n}\r\n.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.2em;\n}\r\n.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.2em;\n}\r\n.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.2em;\n}\r\n.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.2em;\n}\r\n.prose-xl :where(.prose > :first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose-xl :where(.prose > :last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 0;\n}\r\n.prose-2xl :where(.prose > ul > li p):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0.8333333em;\n margin-bottom: 0.8333333em;\n}\r\n.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.3333333em;\n}\r\n.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.3333333em;\n}\r\n.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 1.3333333em;\n}\r\n.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 1.3333333em;\n}\r\n.prose-2xl :where(.prose > :first-child):not(:where([class~=\"not-prose\"] *)) {\n margin-top: 0;\n}\r\n.prose-2xl :where(.prose > :last-child):not(:where([class~=\"not-prose\"] *)) {\n margin-bottom: 0;\n}\r\n.visible {\n visibility: visible;\n}\r\n.static {\n position: static;\n}\r\n.fixed {\n position: fixed;\n}\r\n.absolute {\n position: absolute;\n}\r\n.\\!absolute {\n position: absolute !important;\n}\r\n.relative {\n position: relative;\n}\r\n.sticky {\n position: -webkit-sticky;\n position: sticky;\n}\r\n.top-\\[2px\\] {\n top: 2px;\n}\r\n.top-0 {\n top: 0px;\n}\r\n.left-0 {\n left: 0px;\n}\r\n.-top-2 {\n top: -0.5rem;\n}\r\n.left-1 {\n left: 0.125rem;\n}\r\n.top-2 {\n top: 0.5rem;\n}\r\n.right-2 {\n right: 0.5rem;\n}\r\n.z-\\[999\\] {\n z-index: 999;\n}\r\n.z-50 {\n z-index: 50;\n}\r\n.\\!m-0 {\n margin: 0px !important;\n}\r\n.mx-32 {\n margin-left: 2rem;\n margin-right: 2rem;\n}\r\n.mb-128 {\n margin-bottom: 8rem;\n}\r\n.mb-256 {\n margin-bottom: 16rem;\n}\r\n.mr-64 {\n margin-right: 4rem;\n}\r\n.ml-64 {\n margin-left: 4rem;\n}\r\n.mt-128 {\n margin-top: 8rem;\n}\r\n.mr-3 {\n margin-right: 0.75rem;\n}\r\n.mb-4 {\n margin-bottom: 0.25rem;\n}\r\n.mr-8 {\n margin-right: 0.5rem;\n}\r\n.mb-32 {\n margin-bottom: 2rem;\n}\r\n.ml-16 {\n margin-left: 1rem;\n}\r\n.block {\n display: block;\n}\r\n.inline-block {\n display: inline-block;\n}\r\n.flex {\n display: flex;\n}\r\n.inline-flex {\n display: inline-flex;\n}\r\n.table {\n display: table;\n}\r\n.grid {\n display: grid;\n}\r\n.hidden {\n display: none;\n}\r\n.h-1 {\n height: 0.125rem;\n}\r\n.h-full {\n height: 100%;\n}\r\n.h-\\[auto\\] {\n height: auto;\n}\r\n.h-64 {\n height: 4rem;\n}\r\n.max-h-full {\n max-height: 100%;\n}\r\n.w-1 {\n width: 0.125rem;\n}\r\n.w-full {\n width: 100%;\n}\r\n.max-w-md {\n max-width: 28rem;\n}\r\n.max-w-\\[100\\%\\] {\n max-width: 100%;\n}\r\n.max-w-screen-xl {\n max-width: 1280px;\n}\r\n.max-w-xs {\n max-width: 20rem;\n}\r\n.flex-shrink-0 {\n flex-shrink: 0;\n}\r\n.flex-grow-0 {\n flex-grow: 0;\n}\r\n.flex-grow {\n flex-grow: 1;\n}\r\n.basis-full {\n flex-basis: 100%;\n}\r\n@-webkit-keyframes ping {\n\n 75%, 100% {\n transform: scale(2);\n opacity: 0;\n }\n}\r\n@keyframes ping {\n\n 75%, 100% {\n transform: scale(2);\n opacity: 0;\n }\n}\r\n.animate-ping-fast {\n -webkit-animation: ping .1s linear infinite;\n animation: ping .1s linear infinite;\n}\r\n@-webkit-keyframes pulse {\n\n 50% {\n opacity: .5;\n }\n}\r\n@keyframes pulse {\n\n 50% {\n opacity: .5;\n }\n}\r\n.animate-pulse {\n -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;\n animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;\n}\r\n@-webkit-keyframes spin {\n\n to {\n transform: rotate(360deg);\n }\n}\r\n@keyframes spin {\n\n to {\n transform: rotate(360deg);\n }\n}\r\n.animate-spin {\n -webkit-animation: spin 1s linear infinite;\n animation: spin 1s linear infinite;\n}\r\n.cursor-not-allowed {\n cursor: not-allowed;\n}\r\n.grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\r\n.flex-col {\n flex-direction: column;\n}\r\n.flex-wrap {\n flex-wrap: wrap;\n}\r\n.items-center {\n align-items: center;\n}\r\n.justify-end {\n justify-content: flex-end;\n}\r\n.justify-center {\n justify-content: center;\n}\r\n.gap-4 {\n gap: 0.25rem;\n}\r\n.overflow-auto {\n overflow: auto;\n}\r\n.overflow-hidden {\n overflow: hidden;\n}\r\n.rounded-full {\n border-radius: 9999px;\n}\r\n.rounded {\n border-radius: 0.25rem;\n}\r\n.border-2 {\n border-width: 2px;\n}\r\n.border-0 {\n border-width: 0px;\n}\r\n.border {\n border-width: 1px;\n}\r\n.border-dotted {\n border-style: dotted;\n}\r\n.border-indigo-600 {\n --tw-border-opacity: 1;\n border-color: rgb(79 70 229 / var(--tw-border-opacity));\n}\r\n.border-gray-600 {\n --tw-border-opacity: 1;\n border-color: rgb(75 85 99 / var(--tw-border-opacity));\n}\r\n.bg-red-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(220 38 38 / var(--tw-bg-opacity));\n}\r\n.bg-blue-100 {\n --tw-bg-opacity: 1;\n background-color: rgb(219 234 254 / var(--tw-bg-opacity));\n}\r\n.bg-red-100 {\n --tw-bg-opacity: 1;\n background-color: rgb(254 226 226 / var(--tw-bg-opacity));\n}\r\n.bg-gray-100 {\n --tw-bg-opacity: 1;\n background-color: rgb(243 244 246 / var(--tw-bg-opacity));\n}\r\n.bg-gray-200 {\n --tw-bg-opacity: 1;\n background-color: rgb(229 231 235 / var(--tw-bg-opacity));\n}\r\n.stroke-gray-200 {\n stroke: #E5E7EB;\n}\r\n.p-8 {\n padding: 0.5rem;\n}\r\n.\\!p-0 {\n padding: 0px !important;\n}\r\n.p-32 {\n padding: 2rem;\n}\r\n.py-8 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\r\n.px-16 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\r\n.px-8 {\n padding-left: 0.5rem;\n padding-right: 0.5rem;\n}\r\n.py-64 {\n padding-top: 4rem;\n padding-bottom: 4rem;\n}\r\n.px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\r\n.text-left {\n text-align: left;\n}\r\n.align-middle {\n vertical-align: middle;\n}\r\n.align-bottom {\n vertical-align: bottom;\n}\r\n.text-\\[2\\.25rem\\] {\n font-size: 2.25rem;\n}\r\n.leading-none {\n line-height: 1;\n}\r\n.text-gray-700 {\n --tw-text-opacity: 1;\n color: rgb(55 65 81 / var(--tw-text-opacity));\n}\r\n.text-gray-400 {\n --tw-text-opacity: 1;\n color: rgb(156 163 175 / var(--tw-text-opacity));\n}\r\n.text-red-500 {\n --tw-text-opacity: 1;\n color: rgb(239 68 68 / var(--tw-text-opacity));\n}\r\n.text-blue-600 {\n --tw-text-opacity: 1;\n color: rgb(37 99 235 / var(--tw-text-opacity));\n}\r\n.text-black {\n --tw-text-opacity: 1;\n color: rgb(17 24 39 / var(--tw-text-opacity));\n}\r\n.text-white {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\r\n.no-underline {\n -webkit-text-decoration-line: none;\n text-decoration-line: none;\n}\r\n.opacity-100 {\n opacity: 1;\n}\r\n.opacity-0 {\n opacity: 0;\n}\r\n.shadow-button {\n --tw-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 5px 5px -2px rgba(0, 0, 0, 0.04);\n --tw-shadow-colored: 0px 10px 15px var(--tw-shadow-color), 0px 5px 5px -2px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\r\n.shadow-input {\n --tw-shadow: inset 0px 10px 25px -15px rgba(0, 0, 0, 0.25), inset 0px 5px 10px -5px rgba(17, 24, 39, 0.2);\n --tw-shadow-colored: inset 0px 10px 25px -15px var(--tw-shadow-color), inset 0px 5px 10px -5px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\r\n.shadow-empty {\n --tw-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);\n --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\r\n.shadow-panel {\n --tw-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);\n --tw-shadow-colored: 0px 20px 25px -5px var(--tw-shadow-color), 0px 10px 10px -5px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\r\n.transition-all {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\r\n.transition-opacity {\n transition-property: opacity;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\r\n.transition-colors {\n transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\r\n.duration-200 {\n transition-duration: 200ms;\n}\r\n.duration-300 {\n transition-duration: 300ms;\n}\r\n.duration-500 {\n transition-duration: 500ms;\n}\r\n.ease-in-out {\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n}\r\n.hover\\:bg-blue-100:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(219 234 254 / var(--tw-bg-opacity));\n}\r\n.hover\\:bg-red-100:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(254 226 226 / var(--tw-bg-opacity));\n}\r\n.hover\\:bg-gray-100:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(243 244 246 / var(--tw-bg-opacity));\n}\r\n.hover\\:shadow-button-hover:hover {\n --tw-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 5px 5px -2px rgba(0, 0, 0, 0.04);\n --tw-shadow-colored: 0px 10px 15px -3px var(--tw-shadow-color), 0px 5px 5px -2px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\r\n.focus\\:bg-blue-600:focus {\n --tw-bg-opacity: 1;\n background-color: rgb(37 99 235 / var(--tw-bg-opacity));\n}\r\n.focus\\:bg-red-500:focus {\n --tw-bg-opacity: 1;\n background-color: rgb(239 68 68 / var(--tw-bg-opacity));\n}\r\n.focus\\:bg-gray-400:focus {\n --tw-bg-opacity: 1;\n background-color: rgb(156 163 175 / var(--tw-bg-opacity));\n}\r\n.focus\\:text-white:focus {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\r\n.active\\:shadow-empty:active {\n --tw-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);\n --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\r\n@media (min-width: 640px) {\n\n .sm\\:hidden {\n display: none;\n }\n\n .sm\\:px-128 {\n padding-left: 8rem;\n padding-right: 8rem;\n }\n}\r\n@media (min-width: 768px) {\n\n .md\\:ml-64 {\n margin-left: 4rem;\n }\n\n .md\\:mr-64 {\n margin-right: 4rem;\n }\n\n .md\\:block {\n display: block;\n }\n\n .md\\:basis-1\\/2 {\n flex-basis: 50%;\n }\n\n .md\\:basis-full {\n flex-basis: 100%;\n }\n}\r\n@media (min-width: 1280px) {\n\n .xl\\:grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n }\n\n .xl\\:px-0 {\n padding-left: 0px;\n padding-right: 0px;\n }\n}\r\n"],"mappings":";AAOA;AAAA;AAAA;AAGE;AACA;AACA;AACA;AAAA;AAGF;AAAA;AAEE;AAAA;AAUF;AACE;AACA;AACA;AACA;AACG;AACH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQF;AACE;AACA;AAAA;AASF;AACE;AACA;AACA;AAAA;AAOF;AACE;AACQ;AAAA;AAOV;AAAA;AAAA;AAAA;AAAA;AAAA;AAME;AACA;AAAA;AAOF;AACE;AACA;AAAA;AAOF;AAAA;AAEE;AAAA;AAQF;AAAA;AAAA;AAAA;AAIE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAAA;AAOF;AACE;AAAA;AAOF;AAAA;AAEE;AACA;AACA;AACA;AAAA;AAGF;AACE;AAAA;AAGF;AACE;AAAA;AASF;AACE;AACA;AACA;AAAA;AASF;AAAA;AAAA;AAAA;AAAA;AAKE;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAOF;AAAA;AAEE;AAAA;AAQF;AAAA;AAAA;AAAA;AAIE;AACA;AACA;AAAA;AAOF;AACE;AAAA;AAOF;AACE;AAAA;AAOF;AACE;AAAA;AAOF;AAAA;AAEE;AAAA;AAQF;AACE;AACA;AAAA;AAOF;AACE;AAAA;AAQF;AACE;AACA;AAAA;AAOF;AACE;AAAA;AAOF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAaE;AAAA;AAGF;AACE;AACA;AAAA;AAGF;AACE;AAAA;AAGF;AAAA;AAAA;AAGE;AACA;AACA;AAAA;AAOF;AACE;AAAA;AAQF;AAAA;AACE;AACA;AAAA;AAGF;AAAA;AAEE;AACA;AAAA;AAOF;AAAA;AAEE;AAAA;AAMF;AACE;AAAA;AASF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQE;AACA;AAAA;AAOF;AAAA;AAEE;AACA;AAAA;AAGF;AACE;AAAA;AAGF;AACE;AAAA;AAGF;AACE;AAAA;AAGF;AACE;AAAA;AAGF;AACE;AAAA;AAGF;AACE;AACQ;AAAA;AAGV;AAAA;AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAGF;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAGF;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AAEE;AACE;AAAA;AAGF;AACE;AAAA;AAAA;AAGJ;AAEE;AACE;AAAA;AAGF;AACE;AAAA;AAAA;AAGJ;AAEE;AACE;AAAA;AAGF;AACE;AAAA;AAAA;AAGJ;AAEE;AACE;AAAA;AAGF;AACE;AAAA;AAAA;AAGJ;AAEE;AACE;AAAA;AAGF;AACE;AAAA;AAAA;AAGJ;AACE;AACA;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AACA;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AACA;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AAAA;AAGI;AACA;AAAA;AAAA;AAGJ;AAAA;AAGI;AACA;AAAA;AAAA;AAGJ;AACE;AACQ;AAAA;AAEV;AAAA;AAGI;AAAA;AAAA;AAGJ;AAAA;AAGI;AAAA;AAAA;AAGJ;AACE;AACQ;AAAA;AAEV;AAAA;AAGI;AAAA;AAAA;AAGJ;AAAA;AAGI;AAAA;AAAA;AAGJ;AACE;AACQ;AAAA;AAEV;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACQ;AAAA;AAEV;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AACA;AAAA;AAAA;AAAA;AAAA;AAEF;AACE;AACA;AACA;AAAA;AAAA;AAAA;AAAA;AAEF;AACE;AACA;AACA;AAAA;AAAA;AAAA;AAAA;AAEF;AACE;AACA;AACA;AAAA;AAAA;AAAA;AAAA;AAEF;AACE;AACA;AACA;AAAA;AAEF;AACE;AACA;AACA;AAAA;AAEF;AACE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AACA;AAAA;AAAA;AAAA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AAAA;AAEF;AACE;AACA;AACA;AAAA;AAAA;AAAA;AAAA;AAEF;AAEE;AACE;AAAA;AAGF;AACE;AACA;AAAA;AAAA;AAGJ;AAEE;AACE;AAAA;AAGF;AACE;AAAA;AAGF;AACE;AAAA;AAGF;AACE;AAAA;AAGF;AACE;AAAA;AAAA;AAGJ;AAEE;AACE;AAAA;AAGF;AACE;AACA;AAAA;AAAA;","names":[]}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import React__default, { FunctionComponent, EventHandler, ReactElement, ReactNode, CSSProperties, Ref } from 'react';
|
|
3
|
+
import { LinkProps as LinkProps$1 } from 'react-router-dom';
|
|
4
|
+
|
|
5
|
+
declare type ArticleProps = {
|
|
6
|
+
title: any;
|
|
7
|
+
className?: string;
|
|
8
|
+
content?: any;
|
|
9
|
+
children: any;
|
|
10
|
+
description?: any;
|
|
11
|
+
};
|
|
12
|
+
declare const Article: FunctionComponent<ArticleProps>;
|
|
13
|
+
|
|
14
|
+
declare enum ButtonType {
|
|
15
|
+
DANGER = "danger",
|
|
16
|
+
PRIMARY = "primary",
|
|
17
|
+
NORMAL = "normal",
|
|
18
|
+
DISABLED = "disabled"
|
|
19
|
+
}
|
|
20
|
+
interface ButtonProps {
|
|
21
|
+
className?: string;
|
|
22
|
+
children: React__default.ReactNode;
|
|
23
|
+
type?: ButtonType;
|
|
24
|
+
onClick: EventHandler<React__default.MouseEvent<HTMLButtonElement>>;
|
|
25
|
+
}
|
|
26
|
+
declare function Button(props: ButtonProps): JSX.Element;
|
|
27
|
+
declare namespace Button {
|
|
28
|
+
var displayName: string;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
declare type LogoProps = {
|
|
32
|
+
className?: string;
|
|
33
|
+
};
|
|
34
|
+
declare const Logo: React.MemoExoticComponent<(props: LogoProps) => JSX.Element>;
|
|
35
|
+
|
|
36
|
+
declare type PathObj = {
|
|
37
|
+
path?: string;
|
|
38
|
+
name: string;
|
|
39
|
+
};
|
|
40
|
+
declare type BreadcrumbProps = {
|
|
41
|
+
paths: PathObj[];
|
|
42
|
+
};
|
|
43
|
+
declare const Breadcrumb: (props: BreadcrumbProps) => JSX.Element;
|
|
44
|
+
|
|
45
|
+
declare type NavProps = {
|
|
46
|
+
paths: PathObj[];
|
|
47
|
+
loading?: boolean;
|
|
48
|
+
mini?: boolean;
|
|
49
|
+
className?: string;
|
|
50
|
+
};
|
|
51
|
+
declare const Nav: (props: NavProps) => JSX.Element;
|
|
52
|
+
|
|
53
|
+
declare enum LinkColor {
|
|
54
|
+
BLUE = "blue",
|
|
55
|
+
RED = "red",
|
|
56
|
+
GRAY = "gray"
|
|
57
|
+
}
|
|
58
|
+
interface LinkProps extends LinkProps$1 {
|
|
59
|
+
color?: LinkColor;
|
|
60
|
+
className?: string;
|
|
61
|
+
external?: boolean;
|
|
62
|
+
name?: any;
|
|
63
|
+
children?: any;
|
|
64
|
+
to: string;
|
|
65
|
+
}
|
|
66
|
+
declare const Link: (props: LinkProps) => JSX.Element;
|
|
67
|
+
|
|
68
|
+
interface TagProps extends Pick<LinkProps, "to" | "children" | "className"> {
|
|
69
|
+
name?: string;
|
|
70
|
+
}
|
|
71
|
+
declare const Tag: (props: TagProps) => JSX.Element;
|
|
72
|
+
declare const Tags: (props: {
|
|
73
|
+
tags: TagProps[];
|
|
74
|
+
className?: string;
|
|
75
|
+
}) => JSX.Element;
|
|
76
|
+
|
|
77
|
+
declare type PanelProps = {
|
|
78
|
+
width?: number;
|
|
79
|
+
children: any;
|
|
80
|
+
className?: string;
|
|
81
|
+
};
|
|
82
|
+
declare const Panel: (props: PanelProps) => JSX.Element;
|
|
83
|
+
|
|
84
|
+
declare type PageProps = {
|
|
85
|
+
nav: ReactElement;
|
|
86
|
+
main: ReactElement;
|
|
87
|
+
footer: ReactNode;
|
|
88
|
+
};
|
|
89
|
+
declare const Page: (props: PageProps) => JSX.Element;
|
|
90
|
+
declare const NotFound: (props: {
|
|
91
|
+
children?: any;
|
|
92
|
+
}) => JSX.Element;
|
|
93
|
+
declare const Error: (props: {
|
|
94
|
+
error: Error;
|
|
95
|
+
}) => JSX.Element;
|
|
96
|
+
declare class ErrorBoundary extends React__default.Component<{
|
|
97
|
+
children: any;
|
|
98
|
+
}, {
|
|
99
|
+
error?: Error;
|
|
100
|
+
hasError: boolean;
|
|
101
|
+
}> {
|
|
102
|
+
constructor(props: {
|
|
103
|
+
children: any;
|
|
104
|
+
});
|
|
105
|
+
static getDerivedStateFromError(error: Error): {
|
|
106
|
+
hasError: boolean;
|
|
107
|
+
error: Error;
|
|
108
|
+
};
|
|
109
|
+
render(): any;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
declare type PopConfirmProps = {
|
|
113
|
+
onOk?: EventHandler<React__default.MouseEvent<HTMLButtonElement>> | (() => Promise<void>);
|
|
114
|
+
onCancel?: EventHandler<React__default.MouseEvent<HTMLButtonElement>>;
|
|
115
|
+
className?: string;
|
|
116
|
+
content?: any;
|
|
117
|
+
children?: any;
|
|
118
|
+
width?: number;
|
|
119
|
+
};
|
|
120
|
+
declare const PopConfirm: (props: PopConfirmProps) => JSX.Element;
|
|
121
|
+
|
|
122
|
+
declare type TableProps = {
|
|
123
|
+
rowCount: number;
|
|
124
|
+
rowRenderer: (index: number) => any;
|
|
125
|
+
headerRenderer?: () => any;
|
|
126
|
+
className?: string;
|
|
127
|
+
};
|
|
128
|
+
declare const Table: {
|
|
129
|
+
(props: TableProps): JSX.Element;
|
|
130
|
+
HCell(props: {
|
|
131
|
+
children: any;
|
|
132
|
+
style?: CSSProperties;
|
|
133
|
+
}): JSX.Element;
|
|
134
|
+
Cell(props: {
|
|
135
|
+
children: any;
|
|
136
|
+
style?: CSSProperties;
|
|
137
|
+
}): JSX.Element;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
declare enum SkeletonColor {
|
|
141
|
+
BLUE = "blue",
|
|
142
|
+
RED = "red",
|
|
143
|
+
GRAY = "gray",
|
|
144
|
+
BLACK = "black"
|
|
145
|
+
}
|
|
146
|
+
interface SkeletonProps {
|
|
147
|
+
className?: string;
|
|
148
|
+
width?: number;
|
|
149
|
+
height?: number;
|
|
150
|
+
bgColor?: SkeletonColor;
|
|
151
|
+
}
|
|
152
|
+
interface ArticleSkeletonProps extends SkeletonProps {
|
|
153
|
+
titleLength?: number;
|
|
154
|
+
descriptionLength?: number;
|
|
155
|
+
children?: any;
|
|
156
|
+
}
|
|
157
|
+
interface LinkListSkeletonProps extends ArticleSkeletonProps {
|
|
158
|
+
linksLength: number[];
|
|
159
|
+
}
|
|
160
|
+
declare const Skeleton: (props: SkeletonProps) => JSX.Element;
|
|
161
|
+
declare const ArticleSkeleton: (props: ArticleSkeletonProps) => JSX.Element;
|
|
162
|
+
declare const LinkListSkeleton: (props: LinkListSkeletonProps) => JSX.Element;
|
|
163
|
+
|
|
164
|
+
interface ImagePreviewerProps {
|
|
165
|
+
className?: string;
|
|
166
|
+
visible: boolean;
|
|
167
|
+
imageRef: Ref<HTMLImageElement>;
|
|
168
|
+
imageSrc: string;
|
|
169
|
+
imageSize: {
|
|
170
|
+
width: number;
|
|
171
|
+
height: number;
|
|
172
|
+
};
|
|
173
|
+
}
|
|
174
|
+
interface ImageDropProps<T> {
|
|
175
|
+
uploader: (file: File, img?: HTMLImageElement) => Promise<T>;
|
|
176
|
+
onDrop?: (events: Event, file: File) => void;
|
|
177
|
+
onUploadFinish?: (result: T) => void;
|
|
178
|
+
waitTimeAfterFinish?: number;
|
|
179
|
+
defaultBgColor?: string;
|
|
180
|
+
dragOverBgColor?: string;
|
|
181
|
+
dropAreaStyle?: CSSProperties;
|
|
182
|
+
placeholder?: any;
|
|
183
|
+
className?: string;
|
|
184
|
+
ghost?: boolean;
|
|
185
|
+
children?: (props: ImagePreviewerProps) => ReactNode;
|
|
186
|
+
}
|
|
187
|
+
declare const DropImage: FunctionComponent<ImageDropProps<any>>;
|
|
188
|
+
|
|
189
|
+
declare type BLinkDotProps = {
|
|
190
|
+
className?: string;
|
|
191
|
+
};
|
|
192
|
+
declare const BlinkDot: (props: BLinkDotProps) => JSX.Element;
|
|
193
|
+
|
|
194
|
+
declare type threeColLayoutProps = {
|
|
195
|
+
leftRenderer?: () => ReactElement | null;
|
|
196
|
+
rightRenderer?: () => ReactElement | null;
|
|
197
|
+
middleRenderer?: () => ReactElement | null;
|
|
198
|
+
};
|
|
199
|
+
declare const ThreeColLayout: (props: threeColLayoutProps) => JSX.Element;
|
|
200
|
+
|
|
201
|
+
interface listProps {
|
|
202
|
+
className?: string;
|
|
203
|
+
compact?: boolean;
|
|
204
|
+
items: any[];
|
|
205
|
+
itemRenderer: (itemProps: any, index: number) => ReactElement;
|
|
206
|
+
horizontal?: boolean;
|
|
207
|
+
}
|
|
208
|
+
declare const List: FunctionComponent<listProps>;
|
|
209
|
+
interface TitledListProps extends listProps {
|
|
210
|
+
title?: any;
|
|
211
|
+
description?: any;
|
|
212
|
+
}
|
|
213
|
+
declare const TitledList: FunctionComponent<TitledListProps>;
|
|
214
|
+
interface LinkListProps extends Omit<listProps, "itemRenderer" | "items"> {
|
|
215
|
+
title?: string;
|
|
216
|
+
description?: any;
|
|
217
|
+
links: LinkProps[];
|
|
218
|
+
}
|
|
219
|
+
declare const LinkList: (props: LinkListProps) => JSX.Element;
|
|
220
|
+
|
|
221
|
+
interface NoiseCoverProps {
|
|
222
|
+
className?: string;
|
|
223
|
+
width?: number;
|
|
224
|
+
height?: number;
|
|
225
|
+
children?: any;
|
|
226
|
+
color?: string;
|
|
227
|
+
}
|
|
228
|
+
declare const NoiseCover: (props: NoiseCoverProps) => JSX.Element;
|
|
229
|
+
|
|
230
|
+
declare enum ossProcessType {
|
|
231
|
+
THUMBNAIL = "thumbnail",
|
|
232
|
+
WEBP = "webp",
|
|
233
|
+
NULL = "null",
|
|
234
|
+
oWEBP = "owebp",
|
|
235
|
+
PROG = "prog"
|
|
236
|
+
}
|
|
237
|
+
interface Photo {
|
|
238
|
+
src: string;
|
|
239
|
+
width: number;
|
|
240
|
+
height: number;
|
|
241
|
+
processType?: ossProcessType;
|
|
242
|
+
avgColor?: string;
|
|
243
|
+
thumbnailSrc?: string;
|
|
244
|
+
renderedWidth?: number;
|
|
245
|
+
}
|
|
246
|
+
interface ImgProps extends Photo {
|
|
247
|
+
className?: string;
|
|
248
|
+
size?: "large" | "normal";
|
|
249
|
+
removeBlurBgAfterLoad?: boolean;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
declare const Img: (props: ImgProps) => JSX.Element;
|
|
253
|
+
|
|
254
|
+
interface RandomRowsLayoutProps {
|
|
255
|
+
classNames?: string;
|
|
256
|
+
cellWrapperClsGenerator?: (colNum: number, randBoolean: boolean) => string;
|
|
257
|
+
cellsCount: number;
|
|
258
|
+
cellRenderer: (index: number, randomBool: boolean, col: number) => React__default.ReactNode;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
declare type ImageRenderer = (Img: ReactElement, index: number, col: number, randBool: boolean) => ReactNode;
|
|
262
|
+
interface GalleryProps extends Omit<RandomRowsLayoutProps, "classNames" | "cellsCount" | "cellRenderer"> {
|
|
263
|
+
className?: string;
|
|
264
|
+
images: ImgProps[];
|
|
265
|
+
children?: ReactNode;
|
|
266
|
+
imageRenderer?: ImageRenderer;
|
|
267
|
+
}
|
|
268
|
+
declare const Gallery: (props: GalleryProps) => JSX.Element;
|
|
269
|
+
|
|
270
|
+
interface ISettings {
|
|
271
|
+
canvas?: HTMLCanvasElement;
|
|
272
|
+
step?: number;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
interface IOpt {
|
|
276
|
+
multiplier: number;
|
|
277
|
+
color: number[];
|
|
278
|
+
offset?: number;
|
|
279
|
+
length: number;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
interface LoadingSpiralProps extends IOpt, ISettings {
|
|
283
|
+
className?: string;
|
|
284
|
+
maxWidth?: number;
|
|
285
|
+
offset?: number;
|
|
286
|
+
}
|
|
287
|
+
declare const LoadingSpiral: (props?: LoadingSpiralProps) => JSX.Element;
|
|
288
|
+
|
|
289
|
+
export { Article, ArticleProps, ArticleSkeleton, ArticleSkeletonProps, BLinkDotProps, BlinkDot, Breadcrumb, BreadcrumbProps, Button, ButtonProps, ButtonType, DropImage, Error, ErrorBoundary, Gallery, GalleryProps, ImageDropProps, ImagePreviewerProps, ImageRenderer, Img, ImgProps, Link, LinkColor, LinkList, LinkListProps, LinkListSkeleton, LinkListSkeletonProps, LinkProps, List, LoadingSpiral, LoadingSpiralProps, Logo, LogoProps, Nav, NavProps, NoiseCover, NoiseCoverProps, NotFound, Page, Panel, PanelProps, PathObj, Photo, PopConfirm, PopConfirmProps, Skeleton, SkeletonColor, SkeletonProps, Table, TableProps, Tag, TagProps, Tags, ThreeColLayout, TitledList, TitledListProps, listProps, ossProcessType, threeColLayoutProps };
|