Skip to content

Commit 6cce94a

Browse files
Merge branch 'beta' into spark-55/shine-update-button-base-styles
2 parents e0719f3 + 8ccd791 commit 6cce94a

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@open-wc/testing": "^4.0.0",
2929
"@remcovaes/web-test-runner-vite-plugin": "^1.3.0",
3030
"@rollup/plugin-commonjs": "^26.0.1",
31-
"@rollup/plugin-replace": "^6.0.2",
31+
"@rollup/plugin-replace": "^6.0.3",
3232
"@stackoverflow/prettier-config": "^1.0.0",
3333
"@stackoverflow/stacks-icons": "^7.0.0-beta.1",
3434
"@stackoverflow/stacks-icons-legacy": "npm:@stackoverflow/stacks-icons@^6.6.1",
@@ -68,7 +68,7 @@
6868
"eslint-plugin-chai-friendly": "^1.1.0",
6969
"eslint-plugin-no-unsanitized": "^4.1.2",
7070
"eslint-plugin-prettier": "^5.5.4",
71-
"eslint-plugin-svelte": "^3.12.5",
71+
"eslint-plugin-svelte": "^3.13.0",
7272
"globals": "^16.4.0",
7373
"htm": "^3.1.1",
7474
"less-loader": "^12.3.0",

packages/stacks-docs/email/components/signatures.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</td>
2222
</tr>
2323
<tr>
24-
<td border="0" cellpadding="0" cellspacing="0" height="36" width="146">
25-
<a href="https://stackoverflow.com/company"><img src="https://cdn.sstatic.net/Img/email/logo-stack-overflow.png" width="146" height="36" alt="Stack Overflow"></a>
24+
<td border="0" cellpadding="0" cellspacing="0" height="24" width="190">
25+
<a href="https://stackoverflow.co/"><img src="https://cdn.sstatic.net/Img/email/logo-stack-overflow-enterprise.png" width="190" height="24" alt="Stack Overflow"></a>
2626
</td>
2727
</tr>
2828
</tbody>
@@ -39,8 +39,8 @@
3939
</td>
4040
</tr>
4141
<tr>
42-
<td border="0" cellpadding="0" cellspacing="0" height="36" width="146">
43-
<a href="https://stackoverflow.com/company"><img src="https://cdn.sstatic.net/Img/email/logo-stack-overflow.png" width="146" height="36" alt="Stack Overflow"></a>
42+
<td border="0" cellpadding="0" cellspacing="0" height="24" width="190">
43+
<a href="https://stackoverflow.co/"><img src="https://cdn.sstatic.net/Img/email/logo-stack-overflow-enterprise.png" width="190" height="24" alt="Stack Overflow"></a>
4444
</td>
4545
</tr>
4646
</tbody>
@@ -61,8 +61,8 @@
6161
</td>
6262
</tr>
6363
<tr>
64-
<td border="0" cellpadding="0" cellspacing="0" height="36" width="146">
65-
<a href="https://stackoverflow.com/company"><img src="https://cdn.sstatic.net/Img/email/logo-stack-overflow.png" width="146" height="36" alt="Stack Overflow"></a>
64+
<td border="0" cellpadding="0" cellspacing="0" height="24" width="190">
65+
<a href="https://stackoverflow.co/"><img src="https://cdn.sstatic.net/Img/email/logo-stack-overflow-enterprise.png" width="190" height="24" alt="Stack Overflow"></a>
6666
</td>
6767
</tr>
6868
<tr>
@@ -86,8 +86,8 @@
8686
</td>
8787
</tr>
8888
<tr>
89-
<td border="0" cellpadding="0" cellspacing="0" height="36" width="146">
90-
<a href="https://stackoverflow.com/company"><img src="https://cdn.sstatic.net/Img/email/logo-stack-overflow.png" width="146" height="36" alt="Stack Overflow"></a>
89+
<td border="0" cellpadding="0" cellspacing="0" height="24" width="190">
90+
<a href="https://stackoverflow.co/"><img src="https://cdn.sstatic.net/Img/email/logo-stack-overflow-enterprise.png" width="190" height="24" alt="Stack Overflow"></a>
9191
</td>
9292
</tr>
9393
<tr>

packages/stacks-docs/product/foundation/colors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Colors
4-
figma: https://svelte.stackoverflow.design/figma/colors
4+
figma: https://www.figma.com/design/do4Ug0Yws8xCfRjHe9cJfZ/Project-SHINE---Product-UI?node-id=651-4397&t=UGqQCKW9BZQqF65O-1
55
description: To avoid specifying color values by hand, we’ve included a robust set of color variables. For maintainability, please use these instead of hardcoding color values.
66
tags: foundation
77
---

0 commit comments

Comments
 (0)