@rogieking/figui3 8.9.1 → 8.9.3

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/fig-editor.css CHANGED
@@ -859,6 +859,10 @@ fig-select-option {
859
859
  user-select: none;
860
860
  white-space: nowrap;
861
861
 
862
+ h3{
863
+ margin: 0 0 var(--spacer-1) 0;
864
+ }
865
+
862
866
  &::before {
863
867
  content: "";
864
868
  display: block;
package/fig-lab.css CHANGED
@@ -181,20 +181,21 @@ fig-attachment {
181
181
  }
182
182
 
183
183
  fig-chat-message {
184
- display: block;
184
+ display: flex;
185
+ flex-direction: column;
186
+ gap: var(--spacer-2-5);
185
187
  box-sizing: border-box;
186
188
  width: 100%;
187
189
  max-width: 100%;
188
190
  color: var(--figma-color-text);
189
191
  font-size: var(--body-large-fontSize);
190
- line-height: calc(var(--line-height) + var(--spacer-1));
191
192
  overflow-wrap: anywhere;
192
193
  white-space: pre-wrap;
193
194
 
194
195
  &[from="user"] {
195
196
  width: auto;
196
197
  margin-inline-start: var(--spacer-4);
197
- padding: var(--spacer-2) var(--spacer-2-5);
198
+ padding: var(--spacer-2-5);
198
199
  border-radius: var(--radius-large);
199
200
  background: var(--figma-color-bg-secondary);
200
201
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "8.9.1",
3
+ "version": "8.9.3",
4
4
  "description": "A lightweight web components library for building Figma plugin and widget UIs with native look and feel",
5
5
  "author": "Rogie King",
6
6
  "license": "MIT",