@opencode-ai/ui 1.17.20 → 1.18.1
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/context/marked-code-span.d.ts +10 -0
- package/dist/i18n/ar.d.ts +1 -0
- package/dist/i18n/br.d.ts +1 -0
- package/dist/i18n/bs.d.ts +1 -0
- package/dist/i18n/da.d.ts +1 -0
- package/dist/i18n/de.d.ts +1 -0
- package/dist/i18n/es.d.ts +1 -0
- package/dist/i18n/fr.d.ts +1 -0
- package/dist/i18n/ja.d.ts +1 -0
- package/dist/i18n/ko.d.ts +1 -0
- package/dist/i18n/pl.d.ts +1 -0
- package/dist/i18n/ru.d.ts +1 -0
- package/dist/i18n/th.d.ts +1 -0
- package/dist/i18n/tr.d.ts +1 -0
- package/dist/i18n/zh.d.ts +1 -0
- package/dist/i18n/zht.d.ts +1 -0
- package/dist/v2/components/badge-v2.d.ts +1 -0
- package/package.json +2 -2
- package/src/context/marked-code-span.ts +17 -0
- package/src/context/marked.tsx +2 -0
- package/src/i18n/ar.ts +1 -0
- package/src/i18n/br.ts +1 -0
- package/src/i18n/bs.ts +1 -0
- package/src/i18n/da.ts +1 -0
- package/src/i18n/de.ts +1 -0
- package/src/i18n/en.ts +1 -0
- package/src/i18n/es.ts +1 -0
- package/src/i18n/fr.ts +1 -0
- package/src/i18n/ja.ts +1 -0
- package/src/i18n/ko.ts +1 -0
- package/src/i18n/no.ts +1 -0
- package/src/i18n/pl.ts +1 -0
- package/src/i18n/ru.ts +1 -0
- package/src/i18n/th.ts +1 -0
- package/src/i18n/tr.ts +1 -0
- package/src/i18n/uk.ts +1 -0
- package/src/i18n/zh.ts +1 -0
- package/src/i18n/zht.ts +1 -0
- package/src/v2/components/badge-v2.css +6 -0
- package/src/v2/components/badge-v2.tsx +5 -2
- package/src/v2/components/wordmark-v2.tsx +48 -69
package/dist/i18n/ar.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/br.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/bs.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/da.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/de.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/es.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/fr.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/ja.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/ko.d.ts
CHANGED
|
@@ -110,6 +110,7 @@ export declare const dict: {
|
|
|
110
110
|
"ui.common.close": string;
|
|
111
111
|
"ui.common.next": string;
|
|
112
112
|
"ui.common.submit": string;
|
|
113
|
+
"ui.common.showMore": string;
|
|
113
114
|
"ui.permission.deny": string;
|
|
114
115
|
"ui.permission.allowAlways": string;
|
|
115
116
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/pl.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/ru.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/th.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/tr.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/zh.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/dist/i18n/zht.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export declare const dict: {
|
|
|
134
134
|
"ui.common.close": string;
|
|
135
135
|
"ui.common.next": string;
|
|
136
136
|
"ui.common.submit": string;
|
|
137
|
+
"ui.common.showMore": string;
|
|
137
138
|
"ui.permission.deny": string;
|
|
138
139
|
"ui.permission.allowAlways": string;
|
|
139
140
|
"ui.permission.allowOnce": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opencode-ai/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.18.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"fuzzysort": "3.1.0",
|
|
136
136
|
"katex": "0.16.27",
|
|
137
137
|
"luxon": "3.6.1",
|
|
138
|
-
"marked": "17.0.
|
|
138
|
+
"marked": "17.0.6",
|
|
139
139
|
"marked-katex-extension": "5.1.6",
|
|
140
140
|
"marked-shiki": "1.2.1",
|
|
141
141
|
"morphdom": "2.7.8",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { MarkedExtension } from "marked"
|
|
2
|
+
|
|
3
|
+
// Keep adjacent tilde and backtick runs separate until markedjs/marked#4011 is released.
|
|
4
|
+
export const markedCodeSpanBoundary = {
|
|
5
|
+
tokenizer: {
|
|
6
|
+
inlineText(src) {
|
|
7
|
+
const match = /^(`+(?=~)|~+(?=`))/.exec(src)
|
|
8
|
+
if (!match) return false
|
|
9
|
+
return {
|
|
10
|
+
type: "text",
|
|
11
|
+
raw: match[0],
|
|
12
|
+
text: match[0],
|
|
13
|
+
escaped: this.lexer.state.inRawBlock,
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
} satisfies MarkedExtension
|
package/src/context/marked.tsx
CHANGED
|
@@ -3,6 +3,7 @@ import markedShiki from "marked-shiki"
|
|
|
3
3
|
import katex from "katex"
|
|
4
4
|
import { bundledLanguages, type BundledLanguage } from "shiki"
|
|
5
5
|
import { createSimpleContext } from "./helper"
|
|
6
|
+
import { markedCodeSpanBoundary } from "./marked-code-span"
|
|
6
7
|
import { getSharedHighlighter, registerCustomTheme, ThemeRegistrationResolved } from "@pierre/diffs"
|
|
7
8
|
|
|
8
9
|
export const OpenCodeTheme = {
|
|
@@ -521,6 +522,7 @@ export const { use: useMarked, provider: MarkedProvider } = createSimpleContext(
|
|
|
521
522
|
name: "Marked",
|
|
522
523
|
init: (props: { nativeParser?: NativeMarkdownParser }) => {
|
|
523
524
|
const jsParser = marked.use(
|
|
525
|
+
markedCodeSpanBoundary,
|
|
524
526
|
{
|
|
525
527
|
renderer: {
|
|
526
528
|
link({ href, title, text }) {
|
package/src/i18n/ar.ts
CHANGED
package/src/i18n/br.ts
CHANGED
|
@@ -149,6 +149,7 @@ export const dict = {
|
|
|
149
149
|
"ui.common.close": "Fechar",
|
|
150
150
|
"ui.common.next": "Próximo",
|
|
151
151
|
"ui.common.submit": "Enviar",
|
|
152
|
+
"ui.common.showMore": "Mostrar mais",
|
|
152
153
|
|
|
153
154
|
"ui.permission.deny": "Negar",
|
|
154
155
|
"ui.permission.allowAlways": "Permitir sempre",
|
package/src/i18n/bs.ts
CHANGED
|
@@ -153,6 +153,7 @@ export const dict = {
|
|
|
153
153
|
"ui.common.close": "Zatvori",
|
|
154
154
|
"ui.common.next": "Dalje",
|
|
155
155
|
"ui.common.submit": "Pošalji",
|
|
156
|
+
"ui.common.showMore": "Prikaži više",
|
|
156
157
|
|
|
157
158
|
"ui.permission.deny": "Zabrani",
|
|
158
159
|
"ui.permission.allowAlways": "Uvijek dozvoli",
|
package/src/i18n/da.ts
CHANGED
package/src/i18n/de.ts
CHANGED
|
@@ -155,6 +155,7 @@ export const dict = {
|
|
|
155
155
|
"ui.common.close": "Schließen",
|
|
156
156
|
"ui.common.next": "Weiter",
|
|
157
157
|
"ui.common.submit": "Absenden",
|
|
158
|
+
"ui.common.showMore": "Mehr anzeigen",
|
|
158
159
|
|
|
159
160
|
"ui.permission.deny": "Verweigern",
|
|
160
161
|
"ui.permission.allowAlways": "Immer erlauben",
|
package/src/i18n/en.ts
CHANGED
|
@@ -162,6 +162,7 @@ export const dict: Record<string, string> = {
|
|
|
162
162
|
"ui.common.close": "Close",
|
|
163
163
|
"ui.common.next": "Next",
|
|
164
164
|
"ui.common.submit": "Submit",
|
|
165
|
+
"ui.common.showMore": "Show more",
|
|
165
166
|
|
|
166
167
|
"ui.permission.deny": "Deny",
|
|
167
168
|
"ui.permission.allowAlways": "Allow always",
|
package/src/i18n/es.ts
CHANGED
|
@@ -149,6 +149,7 @@ export const dict = {
|
|
|
149
149
|
"ui.common.close": "Cerrar",
|
|
150
150
|
"ui.common.next": "Siguiente",
|
|
151
151
|
"ui.common.submit": "Enviar",
|
|
152
|
+
"ui.common.showMore": "Mostrar más",
|
|
152
153
|
|
|
153
154
|
"ui.permission.deny": "Denegar",
|
|
154
155
|
"ui.permission.allowAlways": "Permitir siempre",
|
package/src/i18n/fr.ts
CHANGED
|
@@ -149,6 +149,7 @@ export const dict = {
|
|
|
149
149
|
"ui.common.close": "Fermer",
|
|
150
150
|
"ui.common.next": "Suivant",
|
|
151
151
|
"ui.common.submit": "Soumettre",
|
|
152
|
+
"ui.common.showMore": "Afficher plus",
|
|
152
153
|
|
|
153
154
|
"ui.permission.deny": "Refuser",
|
|
154
155
|
"ui.permission.allowAlways": "Toujours autoriser",
|
package/src/i18n/ja.ts
CHANGED
package/src/i18n/ko.ts
CHANGED
package/src/i18n/no.ts
CHANGED
|
@@ -128,6 +128,7 @@ export const dict: Record<Keys, string> = {
|
|
|
128
128
|
"ui.common.close": "Lukk",
|
|
129
129
|
"ui.common.next": "Neste",
|
|
130
130
|
"ui.common.submit": "Send inn",
|
|
131
|
+
"ui.common.showMore": "Vis mer",
|
|
131
132
|
|
|
132
133
|
"ui.permission.deny": "Avslå",
|
|
133
134
|
"ui.permission.allowAlways": "Tillat alltid",
|
package/src/i18n/pl.ts
CHANGED
|
@@ -148,6 +148,7 @@ export const dict = {
|
|
|
148
148
|
"ui.common.close": "Zamknij",
|
|
149
149
|
"ui.common.next": "Dalej",
|
|
150
150
|
"ui.common.submit": "Prześlij",
|
|
151
|
+
"ui.common.showMore": "Pokaż więcej",
|
|
151
152
|
|
|
152
153
|
"ui.permission.deny": "Odmów",
|
|
153
154
|
"ui.permission.allowAlways": "Zezwalaj zawsze",
|
package/src/i18n/ru.ts
CHANGED
|
@@ -148,6 +148,7 @@ export const dict = {
|
|
|
148
148
|
"ui.common.close": "Закрыть",
|
|
149
149
|
"ui.common.next": "Далее",
|
|
150
150
|
"ui.common.submit": "Отправить",
|
|
151
|
+
"ui.common.showMore": "Показать ещё",
|
|
151
152
|
|
|
152
153
|
"ui.permission.deny": "Запретить",
|
|
153
154
|
"ui.permission.allowAlways": "Разрешить всегда",
|
package/src/i18n/th.ts
CHANGED
package/src/i18n/tr.ts
CHANGED
|
@@ -155,6 +155,7 @@ export const dict = {
|
|
|
155
155
|
"ui.common.close": "Kapat",
|
|
156
156
|
"ui.common.next": "İleri",
|
|
157
157
|
"ui.common.submit": "Gönder",
|
|
158
|
+
"ui.common.showMore": "Daha fazla göster",
|
|
158
159
|
|
|
159
160
|
"ui.permission.deny": "Reddet",
|
|
160
161
|
"ui.permission.allowAlways": "Her zaman izin ver",
|
package/src/i18n/uk.ts
CHANGED
|
@@ -162,6 +162,7 @@ export const dict: Record<string, string> = {
|
|
|
162
162
|
"ui.common.close": "Закрити",
|
|
163
163
|
"ui.common.next": "Далі",
|
|
164
164
|
"ui.common.submit": "Надіслати",
|
|
165
|
+
"ui.common.showMore": "Показати більше",
|
|
165
166
|
|
|
166
167
|
"ui.permission.deny": "Заборонити",
|
|
167
168
|
"ui.permission.allowAlways": "Дозволяти завжди",
|
package/src/i18n/zh.ts
CHANGED
package/src/i18n/zht.ts
CHANGED
|
@@ -25,3 +25,9 @@
|
|
|
25
25
|
[data-component="tag"][data-high-contrast] {
|
|
26
26
|
border-color: var(--v2-border-border-strong);
|
|
27
27
|
}
|
|
28
|
+
|
|
29
|
+
[data-component="tag"][data-variant="accent"] {
|
|
30
|
+
border: 0;
|
|
31
|
+
background: var(--v2-background-bg-accent);
|
|
32
|
+
color: var(--v2-text-text-contrast);
|
|
33
|
+
}
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import { type ComponentProps, splitProps } from "solid-js"
|
|
2
2
|
import "./badge-v2.css"
|
|
3
3
|
|
|
4
|
-
export interface TagProps extends ComponentProps<"span"> {
|
|
4
|
+
export interface TagProps extends ComponentProps<"span"> {
|
|
5
|
+
variant?: "neutral" | "accent"
|
|
6
|
+
}
|
|
5
7
|
|
|
6
8
|
export function Tag(props: TagProps) {
|
|
7
|
-
const [split, rest] = splitProps(props, ["class", "classList", "children"])
|
|
9
|
+
const [split, rest] = splitProps(props, ["class", "classList", "children", "variant"])
|
|
8
10
|
return (
|
|
9
11
|
<span
|
|
10
12
|
{...rest}
|
|
11
13
|
data-component="tag"
|
|
14
|
+
data-variant={split.variant ?? "neutral"}
|
|
12
15
|
classList={{
|
|
13
16
|
...split.classList,
|
|
14
17
|
[split.class ?? ""]: !!split.class,
|
|
@@ -1,91 +1,70 @@
|
|
|
1
1
|
import { createUniqueId, type ComponentProps } from "solid-js"
|
|
2
2
|
|
|
3
3
|
export function WordmarkV2(props: Pick<ComponentProps<"svg">, "class">) {
|
|
4
|
-
const filter = createUniqueId()
|
|
5
4
|
const mask = createUniqueId()
|
|
6
5
|
const maskGradient = createUniqueId()
|
|
7
6
|
|
|
8
7
|
return (
|
|
9
8
|
<svg
|
|
10
9
|
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
viewBox="0 0 720
|
|
10
|
+
viewBox="0 0 720 129"
|
|
12
11
|
fill="none"
|
|
13
|
-
preserveAspectRatio="none"
|
|
14
12
|
classList={{ [props.class ?? ""]: !!props.class }}
|
|
15
13
|
>
|
|
16
|
-
<g opacity="0.
|
|
17
|
-
<
|
|
18
|
-
opacity="0.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
14
|
+
<g opacity="0.6">
|
|
15
|
+
<g mask={`url(#${mask})`}>
|
|
16
|
+
<g opacity="0.16">
|
|
17
|
+
<path
|
|
18
|
+
opacity="0.7"
|
|
19
|
+
d="M55.3846 36.4286H18.4615V91.7143H55.3846V36.4286ZM73.8462 110.143H0V18H73.8462V110.143Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
opacity="0.7"
|
|
24
|
+
d="M110.462 91.7143H147.385V36.4286H110.462V91.7143ZM165.846 110.143H110.462V128.571H92V18H165.846V110.143Z"
|
|
25
|
+
fill="currentColor"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
opacity="0.7"
|
|
29
|
+
d="M258.846 73.2857H203.462V91.7143H258.846V110.143H185V18H258.846V73.2857ZM203.462 54.8571H240.385V36.4286H203.462V54.8571Z"
|
|
30
|
+
fill="currentColor"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
opacity="0.7"
|
|
34
|
+
d="M332.385 36.4286H295.462V110.143H277V18H332.385V36.4286ZM350.846 110.143H332.385V36.4286H350.846V110.143Z"
|
|
35
|
+
fill="currentColor"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
opacity="0.7"
|
|
39
|
+
d="M442.846 36.4286H387.462V91.7143H442.846V110.143H369V18H442.846V36.4286Z"
|
|
40
|
+
fill="currentColor"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
opacity="0.7"
|
|
44
|
+
d="M517.385 36.4286H480.462V91.7143H517.385V36.4286ZM535.846 110.143H462V18H535.846V110.143Z"
|
|
45
|
+
fill="currentColor"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
opacity="0.7"
|
|
49
|
+
d="M609.385 36.8571H572.462V92.1429H609.385V36.8571ZM627.846 110.571H554V18.4286H609.385V0H627.846V110.571Z"
|
|
50
|
+
fill="currentColor"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
opacity="0.7"
|
|
54
|
+
d="M664.462 36.4286V54.8571H701.385V36.4286H664.462ZM719.846 73.2857H664.462V91.7143H719.846V110.143H646V18H719.846V73.2857Z"
|
|
55
|
+
fill="currentColor"
|
|
56
|
+
/>
|
|
57
|
+
</g>
|
|
58
|
+
</g>
|
|
57
59
|
</g>
|
|
58
60
|
<defs>
|
|
59
|
-
<mask id={mask} maskUnits="userSpaceOnUse" x="0" y="0" width="720" height="129">
|
|
61
|
+
<mask id={mask} style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="720" height="129">
|
|
60
62
|
<rect width="720" height="129" fill={`url(#${maskGradient})`} />
|
|
61
63
|
</mask>
|
|
62
|
-
<linearGradient id={maskGradient} x1="360" y1="
|
|
64
|
+
<linearGradient id={maskGradient} x1="360" y1="68" x2="360" y2="129" gradientUnits="userSpaceOnUse">
|
|
63
65
|
<stop stop-color="white" stop-opacity="0.7" />
|
|
64
66
|
<stop offset="1" stop-color="white" stop-opacity="0" />
|
|
65
67
|
</linearGradient>
|
|
66
|
-
<filter
|
|
67
|
-
id={filter}
|
|
68
|
-
x="0"
|
|
69
|
-
y="0"
|
|
70
|
-
width="720.002"
|
|
71
|
-
height="130.001"
|
|
72
|
-
filterUnits="userSpaceOnUse"
|
|
73
|
-
color-interpolation-filters="sRGB"
|
|
74
|
-
>
|
|
75
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
76
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
|
|
77
|
-
<feColorMatrix
|
|
78
|
-
in="SourceAlpha"
|
|
79
|
-
type="matrix"
|
|
80
|
-
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
81
|
-
result="hardAlpha"
|
|
82
|
-
/>
|
|
83
|
-
<feOffset dy="1" />
|
|
84
|
-
<feGaussianBlur stdDeviation="1" />
|
|
85
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1" />
|
|
86
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0" />
|
|
87
|
-
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_4938_16028" />
|
|
88
|
-
</filter>
|
|
89
68
|
</defs>
|
|
90
69
|
</svg>
|
|
91
70
|
)
|