Skip to content

Commit 6f26034

Browse files
committed
v13.5.2
1 parent 34af4c4 commit 6f26034

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "13.5.1",
3+
"version": "13.5.2",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/13.5.2/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/UI.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,8 +2071,7 @@ export const injectStyledCSS = (
20712071
export const loadIcon = function (name, color) {
20722072
if (name === "button") {
20732073
return `<svg class="bb-logo-logo bb-logo-logo--default" width="145" height="144" viewBox="0 0 145 144" fill="none" xmlns="http://www.w3.org/2000/svg">
2074-
<rect x="23" y="15" width="98" height="96.9684" rx="15.9534" fill="white"/>
2075-
<path d="M110.422 108.035L121 89.5238V125.541C121 128.759 117.393 130.66 114.739 128.84L84.3789 108.035H110.422Z" fill="white"/>
2074+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.9534 15H105.047C113.857 15 121 22.1426 121 30.9534L121 89.5238L121 96.015L121 125.541C121 128.759 117.393 130.66 114.739 128.84L90.1188 111.968H38.9534C30.1426 111.968 23 104.826 23 96.015V30.9534C23 22.1426 30.1426 15 38.9534 15Z" fill="white"/>
20762075
</svg>`;
20772076
}
20782077

0 commit comments

Comments
 (0)