@gitlab/duo-ui 10.8.0 → 10.8.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [10.8.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.8.0...v10.8.1) (2025-07-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Ensure chat suggestion buttons have correct block padding ([b4601a4](https://gitlab.com/gitlab-org/duo-ui/commit/b4601a4cd36a176e1eee157e7a4155e1872c4e9e))
7
+
1
8
  # [10.8.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.7.0...v10.8.0) (2025-07-16)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/duo-ui",
3
- "version": "10.8.0",
3
+ "version": "10.8.1",
4
4
  "description": "Duo UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -166,6 +166,7 @@ $drawer-width: 400px;
166
166
 
167
167
  .duo-chat .duo-chat-suggestion-button {
168
168
  border-radius: px-to-rem(20px);
169
+ padding-block: 0.25rem;
169
170
  }
170
171
 
171
172
  .slash-commands {