@deepgram/styles 0.2.10 → 0.2.12
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/LICENSE +12 -19
- package/README.md +354 -386
- package/design-system.yaml +3742 -3869
- package/dist/deepgram.css +1 -1
- package/dist/deepgram.expanded.css +750 -1607
- package/dist/logo/lettermark-circle-dark.svg +15 -0
- package/dist/logo/lettermark-circle-light.svg +15 -0
- package/dist/logo/lettermark-circle.svg +27 -0
- package/dist/logo/lettermark-dark.svg +3 -0
- package/dist/logo/lettermark-light.svg +3 -0
- package/dist/logo/lettermark-square-dark.svg +10 -0
- package/dist/logo/lettermark-square-light.svg +10 -0
- package/dist/logo/lettermark-square.svg +22 -0
- package/dist/logo/lettermark.svg +9 -0
- package/dist/logo/wordmark-dark.svg +4 -0
- package/dist/logo/wordmark-light.svg +4 -0
- package/dist/logo/wordmark.svg +10 -0
- package/dist/react/ActionGroup.d.ts +4 -0
- package/dist/react/ActionGroup.js +9 -0
- package/dist/react/Alert.d.ts +34 -0
- package/dist/react/Alert.js +71 -0
- package/dist/react/Btn.d.ts +11 -0
- package/dist/react/Btn.js +16 -0
- package/dist/react/BtnCollapse.d.ts +4 -0
- package/dist/react/BtnCollapse.js +9 -0
- package/dist/react/BtnDangerGhost.d.ts +4 -0
- package/dist/react/BtnDangerGhost.js +9 -0
- package/dist/react/BtnGhost.d.ts +4 -0
- package/dist/react/BtnGhost.js +9 -0
- package/dist/react/BtnIcon.d.ts +4 -0
- package/dist/react/BtnIcon.js +9 -0
- package/dist/react/BtnSecondary.d.ts +4 -0
- package/dist/react/BtnSecondary.js +9 -0
- package/dist/react/BtnSmall.d.ts +4 -0
- package/dist/react/BtnSmall.js +9 -0
- package/dist/react/Card.d.ts +26 -0
- package/dist/react/Card.js +51 -0
- package/dist/react/CardHeading.d.ts +4 -0
- package/dist/react/CardHeading.js +9 -0
- package/dist/react/CardHeadings.d.ts +7 -0
- package/dist/react/CardHeadings.js +16 -0
- package/dist/react/Checkbox.d.ts +4 -0
- package/dist/react/Checkbox.js +9 -0
- package/dist/react/CheckboxDescription.d.ts +4 -0
- package/dist/react/CheckboxDescription.js +9 -0
- package/dist/react/CheckboxGroup.d.ts +4 -0
- package/dist/react/CheckboxGroup.js +9 -0
- package/dist/react/CheckboxLabel.d.ts +4 -0
- package/dist/react/CheckboxLabel.js +9 -0
- package/dist/react/CodeBlock.d.ts +7 -0
- package/dist/react/CodeBlock.js +12 -0
- package/dist/react/Columns.d.ts +25 -0
- package/dist/react/Columns.js +44 -0
- package/dist/react/ConstrainWidth.d.ts +4 -0
- package/dist/react/ConstrainWidth.js +9 -0
- package/dist/react/DragDropZone.d.ts +17 -0
- package/dist/react/DragDropZone.js +38 -0
- package/dist/react/Footer.d.ts +10 -0
- package/dist/react/Footer.js +23 -0
- package/dist/react/FormError.d.ts +4 -0
- package/dist/react/FormError.js +9 -0
- package/dist/react/FormField.d.ts +4 -0
- package/dist/react/FormField.js +9 -0
- package/dist/react/FormHelper.d.ts +4 -0
- package/dist/react/FormHelper.js +9 -0
- package/dist/react/FormLabel.d.ts +4 -0
- package/dist/react/FormLabel.js +9 -0
- package/dist/react/GridMobileStack.d.ts +4 -0
- package/dist/react/GridMobileStack.js +9 -0
- package/dist/react/Header.d.ts +25 -0
- package/dist/react/Header.js +58 -0
- package/dist/react/Hero.d.ts +25 -0
- package/dist/react/Hero.js +58 -0
- package/dist/react/Icon.d.ts +5 -0
- package/dist/react/Icon.js +10 -0
- package/dist/react/Input.d.ts +6 -0
- package/dist/react/Input.js +11 -0
- package/dist/react/ItemTitle.d.ts +4 -0
- package/dist/react/ItemTitle.js +9 -0
- package/dist/react/Link.d.ts +4 -0
- package/dist/react/Link.js +9 -0
- package/dist/react/Modal.d.ts +8 -0
- package/dist/react/Modal.js +17 -0
- package/dist/react/Newsletter.d.ts +8 -0
- package/dist/react/Newsletter.js +17 -0
- package/dist/react/Option.d.ts +4 -0
- package/dist/react/Option.js +9 -0
- package/dist/react/PageHeading.d.ts +10 -0
- package/dist/react/PageHeading.js +23 -0
- package/dist/react/PageHeadings.d.ts +13 -0
- package/dist/react/PageHeadings.js +30 -0
- package/dist/react/Prose.d.ts +6 -0
- package/dist/react/Prose.js +11 -0
- package/dist/react/Radio.d.ts +4 -0
- package/dist/react/Radio.js +9 -0
- package/dist/react/RadioDescription.d.ts +7 -0
- package/dist/react/RadioDescription.js +16 -0
- package/dist/react/RadioGroup.d.ts +4 -0
- package/dist/react/RadioGroup.js +9 -0
- package/dist/react/RadioLabel.d.ts +4 -0
- package/dist/react/RadioLabel.js +9 -0
- package/dist/react/Section.d.ts +9 -0
- package/dist/react/Section.js +14 -0
- package/dist/react/SectionHeading.d.ts +4 -0
- package/dist/react/SectionHeading.js +9 -0
- package/dist/react/Select.d.ts +4 -0
- package/dist/react/Select.js +9 -0
- package/dist/react/Spinner.d.ts +7 -0
- package/dist/react/Spinner.js +16 -0
- package/dist/react/Status.d.ts +12 -0
- package/dist/react/Status.js +17 -0
- package/dist/react/TextUtilities.d.ts +4 -0
- package/dist/react/TextUtilities.js +9 -0
- package/dist/react/Textarea.d.ts +4 -0
- package/dist/react/Textarea.js +9 -0
- package/dist/react/Toggle.d.ts +4 -0
- package/dist/react/Toggle.js +9 -0
- package/dist/react/ToggleGroup.d.ts +4 -0
- package/dist/react/ToggleGroup.js +9 -0
- package/dist/react/ToggleLabel.d.ts +4 -0
- package/dist/react/ToggleLabel.js +9 -0
- package/dist/react/index.d.ts +43 -0
- package/dist/react/index.js +43 -0
- package/dist/utils.d.ts +16 -0
- package/dist/utils.js +50 -0
- package/lib/deepgram.css +595 -752
- package/lib/tailwind-theme.css +27 -22
- package/package.json +54 -3
- package/src/react/ActionGroup.tsx +14 -0
- package/src/react/Alert.tsx +130 -0
- package/src/react/Btn.tsx +28 -0
- package/src/react/BtnCollapse.tsx +14 -0
- package/src/react/BtnDangerGhost.tsx +14 -0
- package/src/react/BtnGhost.tsx +14 -0
- package/src/react/BtnIcon.tsx +14 -0
- package/src/react/BtnSecondary.tsx +14 -0
- package/src/react/BtnSmall.tsx +14 -0
- package/src/react/Card.tsx +93 -0
- package/src/react/CardHeading.tsx +14 -0
- package/src/react/CardHeadings.tsx +27 -0
- package/src/react/Checkbox.tsx +14 -0
- package/src/react/CheckboxDescription.tsx +14 -0
- package/src/react/CheckboxGroup.tsx +14 -0
- package/src/react/CheckboxLabel.tsx +14 -0
- package/src/react/CodeBlock.tsx +20 -0
- package/src/react/Columns.tsx +82 -0
- package/src/react/ConstrainWidth.tsx +14 -0
- package/src/react/DragDropZone.tsx +68 -0
- package/src/react/Footer.tsx +40 -0
- package/src/react/FormError.tsx +14 -0
- package/src/react/FormField.tsx +14 -0
- package/src/react/FormHelper.tsx +14 -0
- package/src/react/FormLabel.tsx +14 -0
- package/src/react/GridMobileStack.tsx +14 -0
- package/src/react/Header.tsx +105 -0
- package/src/react/Hero.tsx +105 -0
- package/src/react/Icon.tsx +16 -0
- package/src/react/Input.tsx +18 -0
- package/src/react/ItemTitle.tsx +14 -0
- package/src/react/Link.tsx +14 -0
- package/src/react/Modal.tsx +29 -0
- package/src/react/Newsletter.tsx +29 -0
- package/src/react/Option.tsx +14 -0
- package/src/react/PageHeading.tsx +40 -0
- package/src/react/PageHeadings.tsx +53 -0
- package/src/react/Prose.tsx +18 -0
- package/src/react/Radio.tsx +14 -0
- package/src/react/RadioDescription.tsx +27 -0
- package/src/react/RadioGroup.tsx +14 -0
- package/src/react/RadioLabel.tsx +14 -0
- package/src/react/Section.tsx +24 -0
- package/src/react/SectionHeading.tsx +14 -0
- package/src/react/Select.tsx +14 -0
- package/src/react/Spinner.tsx +27 -0
- package/src/react/Status.tsx +30 -0
- package/src/react/TextUtilities.tsx +14 -0
- package/src/react/Textarea.tsx +14 -0
- package/src/react/Toggle.tsx +14 -0
- package/src/react/ToggleGroup.tsx +14 -0
- package/src/react/ToggleLabel.tsx +14 -0
- package/src/react/index.ts +43 -0
- package/src/utils.ts +60 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="344" height="344" viewBox="0 0 344 344" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="mask0" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="344" height="344">
|
|
3
|
+
<circle cx="171.805" cy="172.195" r="171.805" fill="#FB3640"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0)">
|
|
6
|
+
<rect x="-11.381" y="-19.8431" width="376.839" height="390.749" fill="url(#circ_dark_grad)"/>
|
|
7
|
+
</g>
|
|
8
|
+
<path d="M179.58 273.257H98.5874C95.8759 273.257 94.5202 269.985 96.4243 268.067L148.597 215.603C149.175 215.024 149.952 214.705 150.76 214.705H180.205C202.962 214.705 222.217 196.912 222.902 174.188C223.603 150.566 204.577 131.145 181.103 131.145H149.556V169.993C149.556 171.667 148.185 173.037 146.51 173.037H94.0023C92.3267 173.037 90.9557 171.667 90.9557 169.993V75.6212C90.9557 73.947 92.3267 72.5771 94.0023 72.5771H181.103C236.992 72.5771 282.371 118.436 281.518 174.477C280.68 229.529 234.692 273.257 179.58 273.257Z" fill="#000"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="circ_dark_grad" x1="229.518" y1="156.563" x2="446.112" y2="-97.9027" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#ffffff"/>
|
|
12
|
+
<stop offset="1" stop-color="#d1d1d5"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="344" height="344" viewBox="0 0 344 344" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="mask0" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="344" height="344">
|
|
3
|
+
<circle cx="171.805" cy="172.195" r="171.805" fill="#FB3640"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0)">
|
|
6
|
+
<rect x="-11.381" y="-19.8431" width="376.839" height="390.749" fill="url(#circ_light_grad)"/>
|
|
7
|
+
</g>
|
|
8
|
+
<path d="M179.58 273.257H98.5874C95.8759 273.257 94.5202 269.985 96.4243 268.067L148.597 215.603C149.175 215.024 149.952 214.705 150.76 214.705H180.205C202.962 214.705 222.217 196.912 222.902 174.188C223.603 150.566 204.577 131.145 181.103 131.145H149.556V169.993C149.556 171.667 148.185 173.037 146.51 173.037H94.0023C92.3267 173.037 90.9557 171.667 90.9557 169.993V75.6212C90.9557 73.947 92.3267 72.5771 94.0023 72.5771H181.103C236.992 72.5771 282.371 118.436 281.518 174.477C280.68 229.529 234.692 273.257 179.58 273.257Z" fill="#fff"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="circ_light_grad" x1="229.518" y1="156.563" x2="446.112" y2="-97.9027" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop/>
|
|
12
|
+
<stop offset="1" stop-color="#404043"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg width="344" height="344" viewBox="0 0 344 344" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<style>
|
|
3
|
+
.circ-bg { fill: url(#circ-grad-light); }
|
|
4
|
+
.circ-mark { fill: #000; }
|
|
5
|
+
@media (prefers-color-scheme: dark) {
|
|
6
|
+
.circ-bg { fill: url(#circ-grad-dark); }
|
|
7
|
+
.circ-mark { fill: #fff; }
|
|
8
|
+
}
|
|
9
|
+
</style>
|
|
10
|
+
<mask id="mask0" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="344" height="344">
|
|
11
|
+
<circle cx="171.805" cy="172.195" r="171.805" fill="#FB3640"/>
|
|
12
|
+
</mask>
|
|
13
|
+
<g mask="url(#mask0)">
|
|
14
|
+
<rect x="-11.381" y="-19.8431" width="376.839" height="390.749" class="circ-bg"/>
|
|
15
|
+
</g>
|
|
16
|
+
<path d="M179.58 273.257H98.5874C95.8759 273.257 94.5202 269.985 96.4243 268.067L148.597 215.603C149.175 215.024 149.952 214.705 150.76 214.705H180.205C202.962 214.705 222.217 196.912 222.902 174.188C223.603 150.566 204.577 131.145 181.103 131.145H149.556V169.993C149.556 171.667 148.185 173.037 146.51 173.037H94.0023C92.3267 173.037 90.9557 171.667 90.9557 169.993V75.6212C90.9557 73.947 92.3267 72.5771 94.0023 72.5771H181.103C236.992 72.5771 282.371 118.436 281.518 174.477C280.68 229.529 234.692 273.257 179.58 273.257Z" class="circ-mark"/>
|
|
17
|
+
<defs>
|
|
18
|
+
<linearGradient id="circ-grad-light" x1="229.518" y1="156.563" x2="446.112" y2="-97.9027" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#ffffff"/>
|
|
20
|
+
<stop offset="1" stop-color="#d1d1d5"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<linearGradient id="circ-grad-dark" x1="229.518" y1="156.563" x2="446.112" y2="-97.9027" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop/>
|
|
24
|
+
<stop offset="1" stop-color="#404043"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="600" height="633" viewBox="0 0 600 633" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M279.023 632.667H24.0273C15.4906 632.667 11.2223 622.353 17.2171 616.308L181.476 450.952C183.298 449.129 185.744 448.122 188.286 448.122H280.99C352.64 448.122 413.26 392.043 415.418 320.422C417.624 245.971 357.724 184.76 283.819 184.76H184.497V307.201C184.497 312.478 180.181 316.795 174.905 316.795H9.59173C4.31628 316.795 0 312.478 0 307.201V9.76098C0 4.48415 4.31628 0.166748 9.59173 0.166748H283.819C459.78 0.166748 602.648 144.704 599.963 321.334C597.325 494.845 452.538 632.667 279.023 632.667Z" fill="#fff"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="600" height="633" viewBox="0 0 600 633" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M279.023 632.667H24.0273C15.4906 632.667 11.2223 622.353 17.2171 616.308L181.476 450.952C183.298 449.129 185.744 448.122 188.286 448.122H280.99C352.64 448.122 413.26 392.043 415.418 320.422C417.624 245.971 357.724 184.76 283.819 184.76H184.497V307.201C184.497 312.478 180.181 316.795 174.905 316.795H9.59173C4.31628 316.795 0 312.478 0 307.201V9.76098C0 4.48415 4.31628 0.166748 9.59173 0.166748H283.819C459.78 0.166748 602.648 144.704 599.963 321.334C597.325 494.845 452.538 632.667 279.023 632.667Z" fill="#000"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="321" height="321" viewBox="0 0 321 321" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.381042" width="320.51" height="320.51" fill="url(#sq_dark_grad)"/>
|
|
3
|
+
<path d="M161.192 261.317H80.1997C77.4883 261.317 76.1326 258.045 78.0367 256.127L130.209 203.663C130.788 203.084 131.565 202.765 132.372 202.765H161.817C184.575 202.765 203.829 184.972 204.514 162.248C205.215 138.626 186.189 119.205 162.716 119.205H131.169V158.053C131.169 159.727 129.798 161.097 128.122 161.097H75.6147C73.9391 161.097 72.5681 159.727 72.5681 158.053V63.6813C72.5681 62.007 73.9391 60.6372 75.6147 60.6372H162.716C218.605 60.6372 263.983 106.496 263.13 162.537C262.292 217.589 216.305 261.317 161.192 261.317Z" fill="#000"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="sq_dark_grad" x1="214.555" y1="149.85" x2="462.409" y2="-132.779" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#ffffff"/>
|
|
7
|
+
<stop offset="1" stop-color="#d1d1d5"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="321" height="321" viewBox="0 0 321 321" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.381042" width="320.51" height="320.51" fill="url(#sq_light_grad)"/>
|
|
3
|
+
<path d="M161.192 261.317H80.1997C77.4883 261.317 76.1326 258.045 78.0367 256.127L130.209 203.663C130.788 203.084 131.565 202.765 132.372 202.765H161.817C184.575 202.765 203.829 184.972 204.514 162.248C205.215 138.626 186.189 119.205 162.716 119.205H131.169V158.053C131.169 159.727 129.798 161.097 128.122 161.097H75.6147C73.9391 161.097 72.5681 159.727 72.5681 158.053V63.6813C72.5681 62.007 73.9391 60.6372 75.6147 60.6372H162.716C218.605 60.6372 263.983 106.496 263.13 162.537C262.292 217.589 216.305 261.317 161.192 261.317Z" fill="#fff"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="sq_light_grad" x1="214.555" y1="149.85" x2="462.409" y2="-132.779" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop/>
|
|
7
|
+
<stop offset="1" stop-color="#404043"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="321" height="321" viewBox="0 0 321 321" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<style>
|
|
3
|
+
.sq-bg { fill: url(#sq-grad-light); }
|
|
4
|
+
.sq-mark { fill: #000; }
|
|
5
|
+
@media (prefers-color-scheme: dark) {
|
|
6
|
+
.sq-bg { fill: url(#sq-grad-dark); }
|
|
7
|
+
.sq-mark { fill: #fff; }
|
|
8
|
+
}
|
|
9
|
+
</style>
|
|
10
|
+
<rect x="0.381042" width="320.51" height="320.51" class="sq-bg"/>
|
|
11
|
+
<path d="M161.192 261.317H80.1997C77.4883 261.317 76.1326 258.045 78.0367 256.127L130.209 203.663C130.788 203.084 131.565 202.765 132.372 202.765H161.817C184.575 202.765 203.829 184.972 204.514 162.248C205.215 138.626 186.189 119.205 162.716 119.205H131.169V158.053C131.169 159.727 129.798 161.097 128.122 161.097H75.6147C73.9391 161.097 72.5681 159.727 72.5681 158.053V63.6813C72.5681 62.007 73.9391 60.6372 75.6147 60.6372H162.716C218.605 60.6372 263.983 106.496 263.13 162.537C262.292 217.589 216.305 261.317 161.192 261.317Z" class="sq-mark"/>
|
|
12
|
+
<defs>
|
|
13
|
+
<linearGradient id="sq-grad-light" x1="214.555" y1="149.85" x2="462.409" y2="-132.779" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop stop-color="#ffffff"/>
|
|
15
|
+
<stop offset="1" stop-color="#d1d1d5"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient id="sq-grad-dark" x1="214.555" y1="149.85" x2="462.409" y2="-132.779" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop/>
|
|
19
|
+
<stop offset="1" stop-color="#404043"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="600" height="633" viewBox="0 0 600 633" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<style>
|
|
3
|
+
path { fill: #000; }
|
|
4
|
+
@media (prefers-color-scheme: dark) {
|
|
5
|
+
path { fill: #fff; }
|
|
6
|
+
}
|
|
7
|
+
</style>
|
|
8
|
+
<path d="M279.023 632.667H24.0273C15.4906 632.667 11.2223 622.353 17.2171 616.308L181.476 450.952C183.298 449.129 185.744 448.122 188.286 448.122H280.99C352.64 448.122 413.26 392.043 415.418 320.422C417.624 245.971 357.724 184.76 283.819 184.76H184.497V307.201C184.497 312.478 180.181 316.795 174.905 316.795H9.59173C4.31628 316.795 0 312.478 0 307.201V9.76098C0 4.48415 4.31628 0.166748 9.59173 0.166748H283.819C459.78 0.166748 602.648 144.704 599.963 321.334C597.325 494.845 452.538 632.667 279.023 632.667Z"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="130" height="30" viewBox="0 0 130 30" fill="none">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.8062 5.4196C16.64 7.28091 17.6262 9.74119 17.5875 12.3464V12.3432C17.507 17.589 13.0948 21.8558 7.75438 21.8558H0.251389C0.10958 21.8558 0.0386752 21.6852 0.138586 21.5821L3.79017 17.9142C3.8514 17.853 3.93198 17.8176 4.019 17.8176H7.82528C10.8871 17.8176 13.4525 15.3702 13.5428 12.3657C13.5879 10.8329 13.0239 9.38375 11.9539 8.28242C10.8838 7.18109 9.44964 6.57567 7.91875 6.57567H4.04478V12.8294C4.04478 12.8842 4.00288 12.926 3.94809 12.926H0.096688C0.0418981 12.926 0 12.8842 0 12.8294V2.63084C0 2.5761 0.0418981 2.53424 0.096688 2.53424H7.91875C10.5261 2.53424 12.9723 3.55828 14.8062 5.4196ZM25.8028 7.71603C21.0844 7.71603 18.9315 11.3292 18.9315 14.8586L18.9283 14.8618C18.9283 18.3654 21.3584 22.0591 26.0768 22.0591C29.4544 22.0591 32.0779 20.1785 32.6773 17.2416C32.6902 17.1804 32.6419 17.1224 32.5806 17.1224H29.0193C28.9774 17.1224 28.9419 17.1514 28.9291 17.1933C28.6035 18.3332 27.5915 18.9161 26.0768 18.9161C24.1462 18.9161 22.9054 17.7021 22.6282 15.7441H32.5291C32.5806 15.7441 32.6225 15.7087 32.6258 15.6572C32.6515 15.3609 32.6741 14.9777 32.6741 14.5011C32.6741 11.3292 30.5212 7.71603 25.8028 7.71603ZM25.8028 10.5273C27.6528 10.5273 28.7292 11.7671 28.8388 13.3129H22.683C23.015 11.3807 24.0657 10.5273 25.8028 10.5273ZM34.3562 14.8586C34.3562 11.3292 36.5091 7.71603 41.2275 7.71603C45.9459 7.71603 48.0988 11.3292 48.0988 14.5011C48.0988 14.9777 48.0762 15.3609 48.0505 15.6572C48.0472 15.7087 48.0053 15.7441 47.9538 15.7441H38.0529C38.3301 17.7021 39.5709 18.9161 41.5015 18.9161C43.0162 18.9161 44.0282 18.3332 44.3538 17.1933C44.3666 17.1514 44.4021 17.1224 44.444 17.1224H48.0053C48.0666 17.1224 48.1149 17.1804 48.102 17.2416C47.5026 20.1785 44.8791 22.0591 41.5015 22.0591C36.7831 22.0591 34.353 18.3654 34.353 14.8618L34.3562 14.8586ZM44.2635 13.3129C44.1539 11.7671 43.0775 10.5273 41.2275 10.5273C39.4903 10.5273 38.4397 11.3807 38.1077 13.3129H44.2635ZM53.9748 7.93823H50.3328V7.93178C50.2781 7.93178 50.2362 7.97365 50.2362 8.0284V27.3596C50.2362 27.4144 50.2781 27.4563 50.3328 27.4563H53.9748C54.0295 27.4563 54.0714 27.4144 54.0714 27.3596V20.5907C54.8159 21.5278 56.1696 22.0526 57.7424 22.0526C61.7453 22.0526 64.4493 19.2124 64.4493 14.8843C64.4493 10.5563 61.9644 7.71603 58.0453 7.71603C56.2502 7.71603 54.8997 8.3794 54.0714 9.45497V8.03483C54.0714 7.98009 54.0295 7.93823 53.9748 7.93823ZM60.6398 14.8876C60.6398 17.2029 59.2894 18.7487 57.246 18.7487C55.2059 18.7487 53.8523 17.2287 53.8523 14.8876C53.8523 12.5464 55.2059 11.0007 57.246 11.0007C59.2862 11.0007 60.6398 12.5722 60.6398 14.8876ZM70.0568 24.5482C70.118 24.487 70.1986 24.4548 70.2856 24.4548H74.1983C75.3843 24.4548 76.2126 23.5177 76.2126 22.2489V20.4295C75.4939 21.4503 74.0307 22.0557 72.4031 22.0557C68.2906 22.0557 65.8348 19.2154 65.8348 14.8874C65.8348 10.5594 68.2906 7.71909 72.3483 7.71909C74.0597 7.71909 75.4101 8.35348 76.2126 9.31956V8.03789C76.2126 7.98315 76.2545 7.94128 76.3093 7.94128H79.9512C80.006 7.94128 80.0479 7.98315 80.0479 8.03789V22.6676C80.0479 25.5368 77.9788 27.4657 74.8332 27.4657H67.5397C67.3947 27.4657 67.3238 27.2919 67.4269 27.192L70.0568 24.5546V24.5482ZM73.0122 18.7453C75.1104 18.7453 76.435 17.2285 76.435 14.8842C76.435 12.5398 75.1104 10.9973 73.0122 10.9973C70.9141 10.9973 69.6185 12.543 69.6185 14.8842C69.6185 17.2253 70.9721 18.7453 73.0122 18.7453ZM86.71 21.7365V15.077H86.7132C86.7132 12.7037 87.5673 11.1322 89.4721 11.1322H91.6669C91.7217 11.1322 91.7636 11.0903 91.7636 11.0356V8.03108C91.7636 7.97633 91.7217 7.93446 91.6669 7.93446H90.2166C88.5052 7.93446 87.4545 8.51089 86.71 10.2498V8.03108C86.71 7.97633 86.6681 7.93446 86.6133 7.93446H82.9714C82.9166 7.93446 82.8747 7.97633 82.8747 8.03108V21.7365C82.8747 21.7913 82.9166 21.8331 82.9714 21.8331H86.6133C86.6681 21.8331 86.71 21.7913 86.71 21.7365ZM92.9914 17.8917C92.9914 15.1609 95.0347 13.5057 98.0965 13.5057H100.414C101.104 13.5057 101.461 13.0646 101.461 12.4849C101.461 11.3256 100.578 10.527 99.0054 10.527C97.4326 10.527 96.4851 11.522 96.4141 12.6427C96.4141 12.6942 96.3722 12.7329 96.3207 12.7329H93.0945C93.0365 12.7329 92.9914 12.6846 92.9946 12.6266C93.1848 9.88937 95.4376 7.71247 99.1988 7.71247C102.731 7.71247 105.297 9.75412 105.297 12.8971V21.7335C105.297 21.7883 105.255 21.8301 105.2 21.8301H101.558C101.503 21.8301 101.461 21.7883 101.461 21.7335V19.9012C100.991 21.1957 99.4469 22.0523 97.5422 22.0523C94.8639 22.0523 92.9882 20.2586 92.9882 17.8885L92.9914 17.8917ZM98.5381 19.27C100.388 19.27 101.464 17.8917 101.464 16.127V15.9338H98.6767C97.4906 15.9338 96.6881 16.6519 96.6881 17.7275C96.6881 18.6388 97.4616 19.2732 98.5381 19.2732V19.27ZM111.375 7.93823H107.733L107.739 7.93501C107.685 7.93501 107.643 7.97688 107.643 8.03162V21.7371C107.643 21.7918 107.685 21.8337 107.739 21.8337H111.381C111.436 21.8337 111.478 21.7918 111.478 21.7371V13.9472C111.478 12.1536 112.496 10.9685 114.098 10.9685C115.587 10.9685 116.554 12.1536 116.554 13.9472V21.7371C116.554 21.7918 116.596 21.8337 116.651 21.8337H120.293C120.347 21.8337 120.389 21.7918 120.389 21.7371V13.9472C120.389 12.1536 121.408 10.9685 123.01 10.9685C124.499 10.9685 125.465 12.1536 125.465 13.9472V21.7371C125.465 21.7918 125.507 21.8337 125.562 21.8337H129.204C129.259 21.8337 129.301 21.7918 129.301 21.7371V12.7332C129.301 9.95089 127.341 7.71603 124.334 7.71603C122.101 7.71603 120.36 8.90109 119.671 10.2536C119.007 8.59838 117.598 7.71603 115.42 7.71603C113.541 7.71603 112.216 8.62736 111.472 9.89615V8.03483C111.472 7.98009 111.43 7.93823 111.375 7.93823Z" fill="#fff"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="130" height="30" viewBox="0 0 130 30" fill="none">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.8062 5.4196C16.64 7.28091 17.6262 9.74119 17.5875 12.3464V12.3432C17.507 17.589 13.0948 21.8558 7.75438 21.8558H0.251389C0.10958 21.8558 0.0386752 21.6852 0.138586 21.5821L3.79017 17.9142C3.8514 17.853 3.93198 17.8176 4.019 17.8176H7.82528C10.8871 17.8176 13.4525 15.3702 13.5428 12.3657C13.5879 10.8329 13.0239 9.38375 11.9539 8.28242C10.8838 7.18109 9.44964 6.57567 7.91875 6.57567H4.04478V12.8294C4.04478 12.8842 4.00288 12.926 3.94809 12.926H0.096688C0.0418981 12.926 0 12.8842 0 12.8294V2.63084C0 2.5761 0.0418981 2.53424 0.096688 2.53424H7.91875C10.5261 2.53424 12.9723 3.55828 14.8062 5.4196ZM25.8028 7.71603C21.0844 7.71603 18.9315 11.3292 18.9315 14.8586L18.9283 14.8618C18.9283 18.3654 21.3584 22.0591 26.0768 22.0591C29.4544 22.0591 32.0779 20.1785 32.6773 17.2416C32.6902 17.1804 32.6419 17.1224 32.5806 17.1224H29.0193C28.9774 17.1224 28.9419 17.1514 28.9291 17.1933C28.6035 18.3332 27.5915 18.9161 26.0768 18.9161C24.1462 18.9161 22.9054 17.7021 22.6282 15.7441H32.5291C32.5806 15.7441 32.6225 15.7087 32.6258 15.6572C32.6515 15.3609 32.6741 14.9777 32.6741 14.5011C32.6741 11.3292 30.5212 7.71603 25.8028 7.71603ZM25.8028 10.5273C27.6528 10.5273 28.7292 11.7671 28.8388 13.3129H22.683C23.015 11.3807 24.0657 10.5273 25.8028 10.5273ZM34.3562 14.8586C34.3562 11.3292 36.5091 7.71603 41.2275 7.71603C45.9459 7.71603 48.0988 11.3292 48.0988 14.5011C48.0988 14.9777 48.0762 15.3609 48.0505 15.6572C48.0472 15.7087 48.0053 15.7441 47.9538 15.7441H38.0529C38.3301 17.7021 39.5709 18.9161 41.5015 18.9161C43.0162 18.9161 44.0282 18.3332 44.3538 17.1933C44.3666 17.1514 44.4021 17.1224 44.444 17.1224H48.0053C48.0666 17.1224 48.1149 17.1804 48.102 17.2416C47.5026 20.1785 44.8791 22.0591 41.5015 22.0591C36.7831 22.0591 34.353 18.3654 34.353 14.8618L34.3562 14.8586ZM44.2635 13.3129C44.1539 11.7671 43.0775 10.5273 41.2275 10.5273C39.4903 10.5273 38.4397 11.3807 38.1077 13.3129H44.2635ZM53.9748 7.93823H50.3328V7.93178C50.2781 7.93178 50.2362 7.97365 50.2362 8.0284V27.3596C50.2362 27.4144 50.2781 27.4563 50.3328 27.4563H53.9748C54.0295 27.4563 54.0714 27.4144 54.0714 27.3596V20.5907C54.8159 21.5278 56.1696 22.0526 57.7424 22.0526C61.7453 22.0526 64.4493 19.2124 64.4493 14.8843C64.4493 10.5563 61.9644 7.71603 58.0453 7.71603C56.2502 7.71603 54.8997 8.3794 54.0714 9.45497V8.03483C54.0714 7.98009 54.0295 7.93823 53.9748 7.93823ZM60.6398 14.8876C60.6398 17.2029 59.2894 18.7487 57.246 18.7487C55.2059 18.7487 53.8523 17.2287 53.8523 14.8876C53.8523 12.5464 55.2059 11.0007 57.246 11.0007C59.2862 11.0007 60.6398 12.5722 60.6398 14.8876ZM70.0568 24.5482C70.118 24.487 70.1986 24.4548 70.2856 24.4548H74.1983C75.3843 24.4548 76.2126 23.5177 76.2126 22.2489V20.4295C75.4939 21.4503 74.0307 22.0557 72.4031 22.0557C68.2906 22.0557 65.8348 19.2154 65.8348 14.8874C65.8348 10.5594 68.2906 7.71909 72.3483 7.71909C74.0597 7.71909 75.4101 8.35348 76.2126 9.31956V8.03789C76.2126 7.98315 76.2545 7.94128 76.3093 7.94128H79.9512C80.006 7.94128 80.0479 7.98315 80.0479 8.03789V22.6676C80.0479 25.5368 77.9788 27.4657 74.8332 27.4657H67.5397C67.3947 27.4657 67.3238 27.2919 67.4269 27.192L70.0568 24.5546V24.5482ZM73.0122 18.7453C75.1104 18.7453 76.435 17.2285 76.435 14.8842C76.435 12.5398 75.1104 10.9973 73.0122 10.9973C70.9141 10.9973 69.6185 12.543 69.6185 14.8842C69.6185 17.2253 70.9721 18.7453 73.0122 18.7453ZM86.71 21.7365V15.077H86.7132C86.7132 12.7037 87.5673 11.1322 89.4721 11.1322H91.6669C91.7217 11.1322 91.7636 11.0903 91.7636 11.0356V8.03108C91.7636 7.97633 91.7217 7.93446 91.6669 7.93446H90.2166C88.5052 7.93446 87.4545 8.51089 86.71 10.2498V8.03108C86.71 7.97633 86.6681 7.93446 86.6133 7.93446H82.9714C82.9166 7.93446 82.8747 7.97633 82.8747 8.03108V21.7365C82.8747 21.7913 82.9166 21.8331 82.9714 21.8331H86.6133C86.6681 21.8331 86.71 21.7913 86.71 21.7365ZM92.9914 17.8917C92.9914 15.1609 95.0347 13.5057 98.0965 13.5057H100.414C101.104 13.5057 101.461 13.0646 101.461 12.4849C101.461 11.3256 100.578 10.527 99.0054 10.527C97.4326 10.527 96.4851 11.522 96.4141 12.6427C96.4141 12.6942 96.3722 12.7329 96.3207 12.7329H93.0945C93.0365 12.7329 92.9914 12.6846 92.9946 12.6266C93.1848 9.88937 95.4376 7.71247 99.1988 7.71247C102.731 7.71247 105.297 9.75412 105.297 12.8971V21.7335C105.297 21.7883 105.255 21.8301 105.2 21.8301H101.558C101.503 21.8301 101.461 21.7883 101.461 21.7335V19.9012C100.991 21.1957 99.4469 22.0523 97.5422 22.0523C94.8639 22.0523 92.9882 20.2586 92.9882 17.8885L92.9914 17.8917ZM98.5381 19.27C100.388 19.27 101.464 17.8917 101.464 16.127V15.9338H98.6767C97.4906 15.9338 96.6881 16.6519 96.6881 17.7275C96.6881 18.6388 97.4616 19.2732 98.5381 19.2732V19.27ZM111.375 7.93823H107.733L107.739 7.93501C107.685 7.93501 107.643 7.97688 107.643 8.03162V21.7371C107.643 21.7918 107.685 21.8337 107.739 21.8337H111.381C111.436 21.8337 111.478 21.7918 111.478 21.7371V13.9472C111.478 12.1536 112.496 10.9685 114.098 10.9685C115.587 10.9685 116.554 12.1536 116.554 13.9472V21.7371C116.554 21.7918 116.596 21.8337 116.651 21.8337H120.293C120.347 21.8337 120.389 21.7918 120.389 21.7371V13.9472C120.389 12.1536 121.408 10.9685 123.01 10.9685C124.499 10.9685 125.465 12.1536 125.465 13.9472V21.7371C125.465 21.7918 125.507 21.8337 125.562 21.8337H129.204C129.259 21.8337 129.301 21.7918 129.301 21.7371V12.7332C129.301 9.95089 127.341 7.71603 124.334 7.71603C122.101 7.71603 120.36 8.90109 119.671 10.2536C119.007 8.59838 117.598 7.71603 115.42 7.71603C113.541 7.71603 112.216 8.62736 111.472 9.89615V8.03483C111.472 7.98009 111.43 7.93823 111.375 7.93823Z" fill="#000"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="130" height="30" viewBox="0 0 130 30" fill="none">
|
|
3
|
+
<style>
|
|
4
|
+
path { fill: #000; }
|
|
5
|
+
@media (prefers-color-scheme: dark) {
|
|
6
|
+
path { fill: #fff; }
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.8062 5.4196C16.64 7.28091 17.6262 9.74119 17.5875 12.3464V12.3432C17.507 17.589 13.0948 21.8558 7.75438 21.8558H0.251389C0.10958 21.8558 0.0386752 21.6852 0.138586 21.5821L3.79017 17.9142C3.8514 17.853 3.93198 17.8176 4.019 17.8176H7.82528C10.8871 17.8176 13.4525 15.3702 13.5428 12.3657C13.5879 10.8329 13.0239 9.38375 11.9539 8.28242C10.8838 7.18109 9.44964 6.57567 7.91875 6.57567H4.04478V12.8294C4.04478 12.8842 4.00288 12.926 3.94809 12.926H0.096688C0.0418981 12.926 0 12.8842 0 12.8294V2.63084C0 2.5761 0.0418981 2.53424 0.096688 2.53424H7.91875C10.5261 2.53424 12.9723 3.55828 14.8062 5.4196ZM25.8028 7.71603C21.0844 7.71603 18.9315 11.3292 18.9315 14.8586L18.9283 14.8618C18.9283 18.3654 21.3584 22.0591 26.0768 22.0591C29.4544 22.0591 32.0779 20.1785 32.6773 17.2416C32.6902 17.1804 32.6419 17.1224 32.5806 17.1224H29.0193C28.9774 17.1224 28.9419 17.1514 28.9291 17.1933C28.6035 18.3332 27.5915 18.9161 26.0768 18.9161C24.1462 18.9161 22.9054 17.7021 22.6282 15.7441H32.5291C32.5806 15.7441 32.6225 15.7087 32.6258 15.6572C32.6515 15.3609 32.6741 14.9777 32.6741 14.5011C32.6741 11.3292 30.5212 7.71603 25.8028 7.71603ZM25.8028 10.5273C27.6528 10.5273 28.7292 11.7671 28.8388 13.3129H22.683C23.015 11.3807 24.0657 10.5273 25.8028 10.5273ZM34.3562 14.8586C34.3562 11.3292 36.5091 7.71603 41.2275 7.71603C45.9459 7.71603 48.0988 11.3292 48.0988 14.5011C48.0988 14.9777 48.0762 15.3609 48.0505 15.6572C48.0472 15.7087 48.0053 15.7441 47.9538 15.7441H38.0529C38.3301 17.7021 39.5709 18.9161 41.5015 18.9161C43.0162 18.9161 44.0282 18.3332 44.3538 17.1933C44.3666 17.1514 44.4021 17.1224 44.444 17.1224H48.0053C48.0666 17.1224 48.1149 17.1804 48.102 17.2416C47.5026 20.1785 44.8791 22.0591 41.5015 22.0591C36.7831 22.0591 34.353 18.3654 34.353 14.8618L34.3562 14.8586ZM44.2635 13.3129C44.1539 11.7671 43.0775 10.5273 41.2275 10.5273C39.4903 10.5273 38.4397 11.3807 38.1077 13.3129H44.2635ZM53.9748 7.93823H50.3328V7.93178C50.2781 7.93178 50.2362 7.97365 50.2362 8.0284V27.3596C50.2362 27.4144 50.2781 27.4563 50.3328 27.4563H53.9748C54.0295 27.4563 54.0714 27.4144 54.0714 27.3596V20.5907C54.8159 21.5278 56.1696 22.0526 57.7424 22.0526C61.7453 22.0526 64.4493 19.2124 64.4493 14.8843C64.4493 10.5563 61.9644 7.71603 58.0453 7.71603C56.2502 7.71603 54.8997 8.3794 54.0714 9.45497V8.03483C54.0714 7.98009 54.0295 7.93823 53.9748 7.93823ZM60.6398 14.8876C60.6398 17.2029 59.2894 18.7487 57.246 18.7487C55.2059 18.7487 53.8523 17.2287 53.8523 14.8876C53.8523 12.5464 55.2059 11.0007 57.246 11.0007C59.2862 11.0007 60.6398 12.5722 60.6398 14.8876ZM70.0568 24.5482C70.118 24.487 70.1986 24.4548 70.2856 24.4548H74.1983C75.3843 24.4548 76.2126 23.5177 76.2126 22.2489V20.4295C75.4939 21.4503 74.0307 22.0557 72.4031 22.0557C68.2906 22.0557 65.8348 19.2154 65.8348 14.8874C65.8348 10.5594 68.2906 7.71909 72.3483 7.71909C74.0597 7.71909 75.4101 8.35348 76.2126 9.31956V8.03789C76.2126 7.98315 76.2545 7.94128 76.3093 7.94128H79.9512C80.006 7.94128 80.0479 7.98315 80.0479 8.03789V22.6676C80.0479 25.5368 77.9788 27.4657 74.8332 27.4657H67.5397C67.3947 27.4657 67.3238 27.2919 67.4269 27.192L70.0568 24.5546V24.5482ZM73.0122 18.7453C75.1104 18.7453 76.435 17.2285 76.435 14.8842C76.435 12.5398 75.1104 10.9973 73.0122 10.9973C70.9141 10.9973 69.6185 12.543 69.6185 14.8842C69.6185 17.2253 70.9721 18.7453 73.0122 18.7453ZM86.71 21.7365V15.077H86.7132C86.7132 12.7037 87.5673 11.1322 89.4721 11.1322H91.6669C91.7217 11.1322 91.7636 11.0903 91.7636 11.0356V8.03108C91.7636 7.97633 91.7217 7.93446 91.6669 7.93446H90.2166C88.5052 7.93446 87.4545 8.51089 86.71 10.2498V8.03108C86.71 7.97633 86.6681 7.93446 86.6133 7.93446H82.9714C82.9166 7.93446 82.8747 7.97633 82.8747 8.03108V21.7365C82.8747 21.7913 82.9166 21.8331 82.9714 21.8331H86.6133C86.6681 21.8331 86.71 21.7913 86.71 21.7365ZM92.9914 17.8917C92.9914 15.1609 95.0347 13.5057 98.0965 13.5057H100.414C101.104 13.5057 101.461 13.0646 101.461 12.4849C101.461 11.3256 100.578 10.527 99.0054 10.527C97.4326 10.527 96.4851 11.522 96.4141 12.6427C96.4141 12.6942 96.3722 12.7329 96.3207 12.7329H93.0945C93.0365 12.7329 92.9914 12.6846 92.9946 12.6266C93.1848 9.88937 95.4376 7.71247 99.1988 7.71247C102.731 7.71247 105.297 9.75412 105.297 12.8971V21.7335C105.297 21.7883 105.255 21.8301 105.2 21.8301H101.558C101.503 21.8301 101.461 21.7883 101.461 21.7335V19.9012C100.991 21.1957 99.4469 22.0523 97.5422 22.0523C94.8639 22.0523 92.9882 20.2586 92.9882 17.8885L92.9914 17.8917ZM98.5381 19.27C100.388 19.27 101.464 17.8917 101.464 16.127V15.9338H98.6767C97.4906 15.9338 96.6881 16.6519 96.6881 17.7275C96.6881 18.6388 97.4616 19.2732 98.5381 19.2732V19.27ZM111.375 7.93823H107.733L107.739 7.93501C107.685 7.93501 107.643 7.97688 107.643 8.03162V21.7371C107.643 21.7918 107.685 21.8337 107.739 21.8337H111.381C111.436 21.8337 111.478 21.7918 111.478 21.7371V13.9472C111.478 12.1536 112.496 10.9685 114.098 10.9685C115.587 10.9685 116.554 12.1536 116.554 13.9472V21.7371C116.554 21.7918 116.596 21.8337 116.651 21.8337H120.293C120.347 21.8337 120.389 21.7918 120.389 21.7371V13.9472C120.389 12.1536 121.408 10.9685 123.01 10.9685C124.499 10.9685 125.465 12.1536 125.465 13.9472V21.7371C125.465 21.7918 125.507 21.8337 125.562 21.8337H129.204C129.259 21.8337 129.301 21.7918 129.301 21.7371V12.7332C129.301 9.95089 127.341 7.71603 124.334 7.71603C122.101 7.71603 120.36 8.90109 119.671 10.2536C119.007 8.59838 117.598 7.71603 115.42 7.71603C113.541 7.71603 112.216 8.62736 111.472 9.89615V8.03483C111.472 7.98009 111.43 7.93823 111.375 7.93823Z"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface ActionGroupProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const ActionGroup: import("react").ForwardRefExoticComponent<Omit<ActionGroupProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const ActionGroup = forwardRef(function ActionGroup({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-action-group',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface AlertProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
warning?: boolean;
|
|
4
|
+
success?: boolean;
|
|
5
|
+
danger?: boolean;
|
|
6
|
+
info?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const Alert: import("react").ForwardRefExoticComponent<Omit<AlertProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
export interface AlertContentProps extends ComponentPropsWithRef<'div'> {
|
|
10
|
+
}
|
|
11
|
+
export declare const AlertContent: import("react").ForwardRefExoticComponent<Omit<AlertContentProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
+
export interface AlertIconProps extends ComponentPropsWithRef<'i'> {
|
|
13
|
+
name?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const AlertIcon: import("react").ForwardRefExoticComponent<Omit<AlertIconProps, "ref"> & import("react").RefAttributes<HTMLElement>>;
|
|
16
|
+
export interface AlertBodyProps extends ComponentPropsWithRef<'div'> {
|
|
17
|
+
}
|
|
18
|
+
export declare const AlertBody: import("react").ForwardRefExoticComponent<Omit<AlertBodyProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export interface AlertTitleProps extends ComponentPropsWithRef<'h3'> {
|
|
20
|
+
}
|
|
21
|
+
export declare const AlertTitle: import("react").ForwardRefExoticComponent<Omit<AlertTitleProps, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
22
|
+
export interface AlertDescriptionProps extends ComponentPropsWithRef<'div'> {
|
|
23
|
+
}
|
|
24
|
+
export declare const AlertDescription: import("react").ForwardRefExoticComponent<Omit<AlertDescriptionProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
25
|
+
export interface AlertActionsProps extends ComponentPropsWithRef<'div'> {
|
|
26
|
+
}
|
|
27
|
+
export declare const AlertActions: import("react").ForwardRefExoticComponent<Omit<AlertActionsProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
28
|
+
export interface AlertListProps extends ComponentPropsWithRef<'ul'> {
|
|
29
|
+
}
|
|
30
|
+
export declare const AlertList: import("react").ForwardRefExoticComponent<Omit<AlertListProps, "ref"> & import("react").RefAttributes<HTMLUListElement>>;
|
|
31
|
+
export interface AlertDismissProps extends ComponentPropsWithRef<'button'> {
|
|
32
|
+
name?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare const AlertDismiss: import("react").ForwardRefExoticComponent<Omit<AlertDismissProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const Alert = forwardRef(function Alert({ warning, success, danger, info, className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-alert',
|
|
6
|
+
warning && 'dg-alert--warning',
|
|
7
|
+
success && 'dg-alert--success',
|
|
8
|
+
danger && 'dg-alert--danger',
|
|
9
|
+
info && 'dg-alert--info',
|
|
10
|
+
className,
|
|
11
|
+
].filter(Boolean).join(' ');
|
|
12
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
13
|
+
});
|
|
14
|
+
export const AlertContent = forwardRef(function AlertContent({ className, children, ...props }, ref) {
|
|
15
|
+
const cls = [
|
|
16
|
+
'dg-alert__content',
|
|
17
|
+
className,
|
|
18
|
+
].filter(Boolean).join(' ');
|
|
19
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
20
|
+
});
|
|
21
|
+
export const AlertIcon = forwardRef(function AlertIcon({ name, className, children, ...props }, ref) {
|
|
22
|
+
const cls = [
|
|
23
|
+
'dg-alert__icon',
|
|
24
|
+
name && `fas fa-${name}`,
|
|
25
|
+
className,
|
|
26
|
+
].filter(Boolean).join(' ');
|
|
27
|
+
return _jsx("i", { ref: ref, className: cls, ...props, children: children });
|
|
28
|
+
});
|
|
29
|
+
export const AlertBody = forwardRef(function AlertBody({ className, children, ...props }, ref) {
|
|
30
|
+
const cls = [
|
|
31
|
+
'dg-alert__body',
|
|
32
|
+
className,
|
|
33
|
+
].filter(Boolean).join(' ');
|
|
34
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
35
|
+
});
|
|
36
|
+
export const AlertTitle = forwardRef(function AlertTitle({ className, children, ...props }, ref) {
|
|
37
|
+
const cls = [
|
|
38
|
+
'dg-alert__title',
|
|
39
|
+
className,
|
|
40
|
+
].filter(Boolean).join(' ');
|
|
41
|
+
return _jsx("h3", { ref: ref, className: cls, ...props, children: children });
|
|
42
|
+
});
|
|
43
|
+
export const AlertDescription = forwardRef(function AlertDescription({ className, children, ...props }, ref) {
|
|
44
|
+
const cls = [
|
|
45
|
+
'dg-alert__description',
|
|
46
|
+
className,
|
|
47
|
+
].filter(Boolean).join(' ');
|
|
48
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
49
|
+
});
|
|
50
|
+
export const AlertActions = forwardRef(function AlertActions({ className, children, ...props }, ref) {
|
|
51
|
+
const cls = [
|
|
52
|
+
'dg-alert__actions',
|
|
53
|
+
className,
|
|
54
|
+
].filter(Boolean).join(' ');
|
|
55
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
56
|
+
});
|
|
57
|
+
export const AlertList = forwardRef(function AlertList({ className, children, ...props }, ref) {
|
|
58
|
+
const cls = [
|
|
59
|
+
'dg-alert__list',
|
|
60
|
+
className,
|
|
61
|
+
].filter(Boolean).join(' ');
|
|
62
|
+
return _jsx("ul", { ref: ref, className: cls, ...props, children: children });
|
|
63
|
+
});
|
|
64
|
+
export const AlertDismiss = forwardRef(function AlertDismiss({ name, className, children, ...props }, ref) {
|
|
65
|
+
const cls = [
|
|
66
|
+
'dg-alert__dismiss',
|
|
67
|
+
name && `fas fa-${name}`,
|
|
68
|
+
className,
|
|
69
|
+
].filter(Boolean).join(' ');
|
|
70
|
+
return _jsx("button", { ref: ref, className: cls, ...props, children: children });
|
|
71
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface BtnProps extends ComponentPropsWithRef<'button'> {
|
|
3
|
+
sm?: boolean;
|
|
4
|
+
primary?: boolean;
|
|
5
|
+
secondary?: boolean;
|
|
6
|
+
ghost?: boolean;
|
|
7
|
+
dangerGhost?: boolean;
|
|
8
|
+
iconOnly?: boolean;
|
|
9
|
+
collapse?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const Btn: import("react").ForwardRefExoticComponent<Omit<BtnProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const Btn = forwardRef(function Btn({ sm, primary, secondary, ghost, dangerGhost, iconOnly, collapse, className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-btn',
|
|
6
|
+
sm && 'dg-btn--sm',
|
|
7
|
+
primary && 'dg-btn--primary',
|
|
8
|
+
secondary && 'dg-btn--secondary',
|
|
9
|
+
ghost && 'dg-btn--ghost',
|
|
10
|
+
dangerGhost && 'dg-btn--danger-ghost',
|
|
11
|
+
iconOnly && 'dg-btn--icon-only',
|
|
12
|
+
collapse && 'dg-btn--collapse',
|
|
13
|
+
className,
|
|
14
|
+
].filter(Boolean).join(' ');
|
|
15
|
+
return _jsx("button", { ref: ref, className: cls, ...props, children: children });
|
|
16
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface BtnCollapseProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const BtnCollapse: import("react").ForwardRefExoticComponent<Omit<BtnCollapseProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const BtnCollapse = forwardRef(function BtnCollapse({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-btn-collapse',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface BtnDangerGhostProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const BtnDangerGhost: import("react").ForwardRefExoticComponent<Omit<BtnDangerGhostProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const BtnDangerGhost = forwardRef(function BtnDangerGhost({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-btn-danger-ghost',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface BtnGhostProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const BtnGhost: import("react").ForwardRefExoticComponent<Omit<BtnGhostProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const BtnGhost = forwardRef(function BtnGhost({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-btn-ghost',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface BtnIconProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const BtnIcon: import("react").ForwardRefExoticComponent<Omit<BtnIconProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const BtnIcon = forwardRef(function BtnIcon({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-btn-icon',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface BtnSecondaryProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const BtnSecondary: import("react").ForwardRefExoticComponent<Omit<BtnSecondaryProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const BtnSecondary = forwardRef(function BtnSecondary({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-btn-secondary',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface BtnSmallProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const BtnSmall: import("react").ForwardRefExoticComponent<Omit<BtnSmallProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const BtnSmall = forwardRef(function BtnSmall({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-btn-small',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface CardProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
compact?: boolean;
|
|
4
|
+
spacious?: boolean;
|
|
5
|
+
bordered?: boolean;
|
|
6
|
+
structured?: boolean;
|
|
7
|
+
selectable?: boolean;
|
|
8
|
+
fileUpload?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const Card: import("react").ForwardRefExoticComponent<Omit<CardProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
|
+
export interface CardImageProps extends ComponentPropsWithRef<'div'> {
|
|
12
|
+
}
|
|
13
|
+
export declare const CardImage: import("react").ForwardRefExoticComponent<Omit<CardImageProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
export interface CardIconProps extends ComponentPropsWithRef<'i'> {
|
|
15
|
+
name?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const CardIcon: import("react").ForwardRefExoticComponent<Omit<CardIconProps, "ref"> & import("react").RefAttributes<HTMLElement>>;
|
|
18
|
+
export interface CardHeaderProps extends ComponentPropsWithRef<'div'> {
|
|
19
|
+
}
|
|
20
|
+
export declare const CardHeader: import("react").ForwardRefExoticComponent<Omit<CardHeaderProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
21
|
+
export interface CardBodyProps extends ComponentPropsWithRef<'div'> {
|
|
22
|
+
}
|
|
23
|
+
export declare const CardBody: import("react").ForwardRefExoticComponent<Omit<CardBodyProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export interface CardFooterProps extends ComponentPropsWithRef<'div'> {
|
|
25
|
+
}
|
|
26
|
+
export declare const CardFooter: import("react").ForwardRefExoticComponent<Omit<CardFooterProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const Card = forwardRef(function Card({ compact, spacious, bordered, structured, selectable, fileUpload, className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-card',
|
|
6
|
+
compact && 'dg-card--compact',
|
|
7
|
+
spacious && 'dg-card--spacious',
|
|
8
|
+
bordered && 'dg-card--bordered',
|
|
9
|
+
structured && 'dg-card--structured',
|
|
10
|
+
selectable && 'dg-card--selectable',
|
|
11
|
+
fileUpload && 'dg-card--file-upload',
|
|
12
|
+
className,
|
|
13
|
+
].filter(Boolean).join(' ');
|
|
14
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
15
|
+
});
|
|
16
|
+
export const CardImage = forwardRef(function CardImage({ className, children, ...props }, ref) {
|
|
17
|
+
const cls = [
|
|
18
|
+
'dg-card__image',
|
|
19
|
+
className,
|
|
20
|
+
].filter(Boolean).join(' ');
|
|
21
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
22
|
+
});
|
|
23
|
+
export const CardIcon = forwardRef(function CardIcon({ name, className, children, ...props }, ref) {
|
|
24
|
+
const cls = [
|
|
25
|
+
'dg-card__icon',
|
|
26
|
+
name && `fas fa-${name}`,
|
|
27
|
+
className,
|
|
28
|
+
].filter(Boolean).join(' ');
|
|
29
|
+
return _jsx("i", { ref: ref, className: cls, ...props, children: children });
|
|
30
|
+
});
|
|
31
|
+
export const CardHeader = forwardRef(function CardHeader({ className, children, ...props }, ref) {
|
|
32
|
+
const cls = [
|
|
33
|
+
'dg-card__header',
|
|
34
|
+
className,
|
|
35
|
+
].filter(Boolean).join(' ');
|
|
36
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
37
|
+
});
|
|
38
|
+
export const CardBody = forwardRef(function CardBody({ className, children, ...props }, ref) {
|
|
39
|
+
const cls = [
|
|
40
|
+
'dg-card__body',
|
|
41
|
+
className,
|
|
42
|
+
].filter(Boolean).join(' ');
|
|
43
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
44
|
+
});
|
|
45
|
+
export const CardFooter = forwardRef(function CardFooter({ className, children, ...props }, ref) {
|
|
46
|
+
const cls = [
|
|
47
|
+
'dg-card__footer',
|
|
48
|
+
className,
|
|
49
|
+
].filter(Boolean).join(' ');
|
|
50
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
51
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface CardHeadingProps extends ComponentPropsWithRef<'h3'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const CardHeading: import("react").ForwardRefExoticComponent<Omit<CardHeadingProps, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const CardHeading = forwardRef(function CardHeading({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-card-heading',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("h3", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface CardHeadingsProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const CardHeadings: import("react").ForwardRefExoticComponent<Omit<CardHeadingsProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export interface CardHeadingsTitleProps extends ComponentPropsWithRef<'h3'> {
|
|
6
|
+
}
|
|
7
|
+
export declare const CardHeadingsTitle: import("react").ForwardRefExoticComponent<Omit<CardHeadingsTitleProps, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const CardHeadings = forwardRef(function CardHeadings({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-card-headings',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
10
|
+
export const CardHeadingsTitle = forwardRef(function CardHeadingsTitle({ className, children, ...props }, ref) {
|
|
11
|
+
const cls = [
|
|
12
|
+
'dg-card-headings__title',
|
|
13
|
+
className,
|
|
14
|
+
].filter(Boolean).join(' ');
|
|
15
|
+
return _jsx("h3", { ref: ref, className: cls, ...props, children: children });
|
|
16
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface CheckboxProps extends ComponentPropsWithRef<'input'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const Checkbox = forwardRef(function Checkbox({ className, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-checkbox',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("input", { ref: ref, type: "checkbox", className: cls, ...props });
|
|
9
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface CheckboxDescriptionProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const CheckboxDescription: import("react").ForwardRefExoticComponent<Omit<CheckboxDescriptionProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
export const CheckboxDescription = forwardRef(function CheckboxDescription({ className, children, ...props }, ref) {
|
|
4
|
+
const cls = [
|
|
5
|
+
'dg-checkbox-description',
|
|
6
|
+
className,
|
|
7
|
+
].filter(Boolean).join(' ');
|
|
8
|
+
return _jsx("div", { ref: ref, className: cls, ...props, children: children });
|
|
9
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type ComponentPropsWithRef } from 'react';
|
|
2
|
+
export interface CheckboxGroupProps extends ComponentPropsWithRef<'div'> {
|
|
3
|
+
}
|
|
4
|
+
export declare const CheckboxGroup: import("react").ForwardRefExoticComponent<Omit<CheckboxGroupProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|